.login__recovery {
    text-align: center;
}

.login__recovery-title {
    font-size: 29px;
    font-weight: bold;
    color: #0047b6;
    margin: 0;
}

.login__recovery-description {
    font-size: 13px;
    color: #9babb7;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.login__recovery-info {
    font-size: 13px;
    color: #9babb7;
    margin-top: 20px;
    text-align: center;

}

.login__recovery-controls {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.login__recovery-controls button {
    background-color: #0047b6;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    height: 36px;
}

.login__recovery-input-icon {
    display: block;
    float: left;
    padding: 7px 0px 0 12px;
    color: #0047b6;
}

.rules-danger {
    color: #f8674f;
}

.rules-recovery h5 {
    font-size: 14px;
    font-weight: bold;
}

.rules-recovery small {
    margin-left: 8px;
}

.login__btn-voltar {
    font-size: 15px;
    font-weight: bold;
}

.login__btn-login {
    font-size: 16px;
    color: #9babb7;
    text-decoration-line: underline;
}

.login__form-recovery {
    padding: 0;
}

.login__form-recovery .card {
    margin-left: 10px;
    margin-right: 10px;
    color: #0047b6;
    width: 88px;
    height: 66px;
    border: 1px solid #0047b629;
    border-radius: 6px;
    text-decoration: none;
    padding-top: 2px;
}

.login__form-recovery .card:hover {
    color: white;
    background-color: #0047b6;
    border-color: #0047b6;
    transition: 0.2s;
}

.login__form-recovery a span {
    margin-top: 2px;
    font-size: 15px;
}

.login__input-wrapper-recovery {
    display: block;
    width: 100%;
    border: 1px solid #cdd4d9;
    float: left;
    border-radius: 3px;
    max-width: 280px;
}

.login__input-wrapper-recovery input {
    float: left;
    width: 80%;
    border: 0;
}

.login__btn-recuperar {
    background-color: #0047b6;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 4px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 15px;
    height: 36px;
}

.text-purple {
    color: #0047b6;
}
