

.form-label {
    color: #616E84;
    font-size: 12px;
    margin-bottom:2px;
}

a {
    color: #0066C2 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.card.login {
    border:none !important;
}

.unidas-page {
    margin-top: 10px !important;
    font-family: Font/family;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
}


.highlighted {
    color: #3A4A65 !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 15px;
}



.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 5px !important;
}

.loginBox {
    box-shadow: 0px 6px 12px 0px #212A3C3D;
    margin-bottom: 20px;
    border-radius: 5%;
}

.checkbox {
    background-color: #0066C2;
    color: white;
}

.primary-button {
    max-width: 70%;
    margin-top: 15px;
    font-family: Font/family;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff !important;
    text-align: center !important;
    background: #0066C2 !important;
    border-radius: 300px !important;
    padding: 8px 8px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    /*display: block !important;*/
    transition: all 0.3s !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    width: 60% !important;
}
    .primary-button:hover {
        color: #fff !important;
        background-color: #1975c8 !important;
        transition: all 0.3s !important;
    }

.esqueciMinhaSenha {
    margin-top: 10px; 
    font-family: Font/family;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 0% !important;
    text-decoration-skip-ink: auto !important;
    padding-bottom: 10px;
}

.criarConta {
    font-family: Font/family;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 0% !important;
    text-decoration-skip-ink: auto !important;
    padding-bottom: 20px;
}

.card.card-responsive {
    width: 50%;
    padding: 0 70px;
}

@media (max-width: 1023px) {
    .card.card-responsive {
        width: 100%;
        padding: 0;
    }
}


img.logo {
    max-width: 60%;
    margin: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.email-forgot{
    margin-top: 10px;
}

 /*Error message*/
.error-message {
    border: 2px solid #ff4d4f;
    background-color: #fff2f0;
    color: #ff4d4f;
    padding: 10px !important;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.error-message-title {
    font-weight: bold;
    margin-bottom: 8px;
}


.validation-summary-errors {
    padding-top: 0px !important;
    padding-left: 0px !important;
    -ms-border-radius: 4px !important;
    border-radius: 0px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    border: none !important;
}

.error-message-body {
    color: #333;
    font-weight: 500;
}

div.error-message-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.error-message-body li {
    margin: 0;
    padding: 0;
}



/*Success message*/

.success-message {
    border: 2px solid #4f5e78;
    background-color: #f6f7f9;
    color: #4f5e78;
    padding: 10px !important;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.success-message-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.success-message-body {
    color: #4f5e78;
    font-weight: 500;
}


div.success-message-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.success-message-body li {
    margin: 0;
    padding: 0;
}

.field-error-message {
    display: none;
    border: 2px solid #ff4d4f;
    background-color: #fff2f0;
    color: #333;
    padding: 10px !important;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    font-weight: 500;
}

    .field-error-message:empty {
        display: none; 
    }

    .field-error-message:not(:empty) {
        display: block; 
    }


.no-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.input-password-eye {
    color: #0066C2 !important;
    border-bottom: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    border-left: none !important;
    border-right: 1px solid #ced4da !important;
    background-color: transparent !important;
}

.password-control {
    border-right: none !important;
}


input:-webkit-autofill {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}

    input:-webkit-autofill:focus {
        box-shadow: 0 0 0px 1000px white inset !important;
    }
