#change-password-modal .modal-content {
    border-radius: 20px;
}

#change-password-modal .close {
    color: #BABFC5;
    font-size: 24px;
}

#change-password-modal .modal-footer button {
    font-size: 14px;
    letter-spacing: 0.1rem;
    border-radius: 10px 2px;
}

#change-password-modal .input-dados-logo {
    border-radius: 0px;
    border-right: 0px;
    padding-right: 10px;
}

#change-password-modal .input-dados {
    border-radius: 0px;
    border-left: 0px;
    padding-left: 5px;
    color: #BABFC5;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1rem;
}

#change-password-modal .input-dados:focus {
    border-top: solid #ced4da 1px;
    border-right: solid #ced4da 1px;
    border-bottom: solid #ced4da 1px;
}

#change-password-modal .input-group-prepend, .input-group-prepend input, .input-dados-logo, .input-dados {
    height: 50px;
}

#change-password-modal .input-dados-logo i, .input-dados-logo .password-eye {
    color: #BABFC5;
}

#change-password-modal hr {
    width: 100%;
    margin: 0 7px;
    border: 1px solid #ced4da;
}

#change-password-modal span.input-validation {
    font-size: 11px;
    letter-spacing: 0.1rem;
    color: #f86262;
}

#change-password-modal .validations p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1rem;
    color: #ced4da;
    margin-left: 5px;
}

#change-password-modal .validations p.valid {
    color: #24C6C1;
    transform: all 1s;
}

#change-password-modal .validations p.invalid {
    color: #f86262;
    transform: all 1s;
}

#change-password-modal .btn-Save {
    background-color: #24C6C1;
}