body {
    font-family: 'Roboto', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.colorPrimaryTxt {
    color: #0c3878;
}

.txtInfoForm {
    color: #8e8e8e !important;
    font-size: 12px;
}

.loginBgHeader {
    background-color: #0c3878;
    height: 150px;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 30%;
}

.formLoginStyle {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 0.25em;
}
.formLoginStyle i {
    color: #818181;
}
.formLoginStyle input {
    width: 100%;
    border: unset;
    padding: 9px 0px 9px 24px;
}
.formLoginStyle input:focus {
    outline: none;
}
.formLoginStyle input:focus ~ .prevIconLogin i {
    color: #0c3878;
}

.formLoginStyle .prevIconLogin {
    position: absolute;
}

.btnAccessLogin {
    background-color: #0c3878;
    width: 100%;
    padding: 10px 0;
    border-radius: .25em;
    color: #ffffff;
    border: none;
}
.btnAccessLogin:hover {
    background-color: #1e45a3;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.close {
    background-color: unset;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 10px;
}

.formError {
    border: 1px solid red !important;
}

.emailError {
    position: absolute;
    top: -11px;
    font-size: 10px;
    background-color: red;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 0.25em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}