label {
    line-height: 0.9em;
    color: #7882a3;
    font-size: .9em;
}

.label-ativo {
    color: #0c6ee5;
    font-weight: 600;
}

.label-erro {
    color: #af001f;
    font-weight: 600;
}

input {
    min-width: 300px;
    width: 100%;
    padding: 1em 2em;
    background: #ebecf1 !important;
    outline: none;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #29293d;
}

input::placeholder {
    color: #99aec9;
}

.input-ativo {
    border: solid 1px #0c6ee5;
    background: #fff !important;
}

.input-invalido {
    background: #ffedee !important;
    border: solid #af001f 1px;
}

.input-invalido::placeholder {
    color: #707b9d;
}

.icon {
    height: 56px;
    position: absolute;
    display: flex;
    align-items: flex-end;
    color: #af001f;
    top: 0em;
    right: 1.5em;
    opacity: 0;
}

.exibir-senha,
.ocultar-senha {
    position: absolute;
    top: 37px;
    right: 20px;
    color: #99aec9;
    transition: all 0.2s ease-in;
}

.exibir-senha {
    top: 34px;
    right: 23px;
    display: none;
}

.exibir-senha:hover,
.ocultar-senha:hover {
    color: #0c6ee5;
}

.mensagem-erro.field-validation-error + .icon {
    opacity: 1;
}

.mensagem-erro {
    color: #af001f;
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
    line-height: 1.3em;
    margin-top: .4em;
}

#botao-submit {
    width: 100%;
    background: #0c6ee5;
    color: #fff;
    font-size: 13px;
    border-radius: 40px;
    padding: 11px 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    transition: all 0.1s ease;
}

#botao-submit:hover {
    cursor: pointer;
    background: #125bb5;
}

#botao-submit:disabled {
    background: #e0e0e0;
    color: #a3a3a3;
    cursor: no-drop;
    outline: none;
}

.btn-voltar {
    max-width: max-content;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: capitalize;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
}
