/*
Theme Name:         GTX 102
Theme URI:          https://ultraconecta.com/br/
Author:             Ultragenyx
Author URI:         https://ultragenyx.com
Version:            1.0.0
*/

#uc-reset-password-warning-note {
    margin-top: 10px;
    font-size: 14px;
}

#uc-reset-password-warning-note.success {
    color: #28a745;
}

#uc-reset-password-warning-note.error {
    color: #dc3545;
}

#uc-reset-password-msg {
    margin-top: 10px;
}

#uc-reset-password-msg.success {
    color: green;
}

#uc-reset-password-msg.error {
    color: red;
}