.div-login {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.direitos-reservados {
    color: #0c3449;
}

.margin-top-8 {
    margin-top: 8px;
}

.logo-png-w {
    width: 250px;
}

.div-direitos {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 100px;
}

.unnimax-color {
    color: #9d9d9d;
}

.fs-16 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.border-none {
    border: none;
}

.input-color {
    color: #3BAAFF;
}

.btn-mrd {
    background-color: #0c3449;
}

.btn-azecor {
    background-color: #465355;
}

.btn-vital-work {
    background-color: #124734;
}

.reset-pass-mrd {
    color: #0c3449;
}

.reset-pass-azecor {
    color: #465355;
}

.error-message {
    display: none;
}