@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/*Estilos propios*/
@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}
body {
    font-family: Poppins-Regular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bg-capitole {
    background-color: #1e397c;
}
.text-capitole {
    color: #1e397c;
}
.header-capitole {
    padding-left: 60px !important;
    margin-bottom: 1.5rem !important;
}
.footer-style {
    background-color: #f4f6f7;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 32px;
    padding-right: 63px;
    padding-bottom: 32px;
    padding-left: 63px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-width: 0px 0px 0px 0px;
    border-color: #eae9e9;
    border-style: solid;
    position:absolute;
    bottom:0;
    width: 100%;
}
.login100-form-title-1 {
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    text-align: left;
}
.login100-form-btn {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    min-width: 160px;
    height: 50px;
    background-color: #1e397c;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}
.login100-form-btn:hover {
    background-color: #333333;
    color:#fff;
    text-decoration: none;
}
.login-card {
    width: 830px;
    border: none;
    border-radius: 10px !important;
    margin-top: 50px !important;
}
.bg-annazul {
    background-color: #F3FFFE;
}
@media(max-width: 480px){
    .login-card {
        width: 100%;
        margin-top: 0 !important;
    }
    .header-capitole {
        margin-bottom: 0 !important;
    }
}
input[type=checkbox] {
    transform: scale(1.5);
}