.dialog-sub-popup.dialog-setting-forgot-password .modal-title {
    padding: 15px 6px 15px 6px;
}
.dialog-sub-popup.dialog-setting-forgot-password .modal-title > .left-title-icon {
    max-width: 55px;
}
.form-group-input {
    border-radius: 15px;
    background-color: white;
    margin: 25px 15px 15px 15px;
    padding: 15px;
}
.group-controls {
    padding: 15px;
}
.forgot-password .form-row,
.forgot-password .buttons {
    flex-direction: column;
    display: flex;
    margin-top: 20px;
}
.forgot-password .form-row:first-child {
    margin-top: 0px;
}
.form-group-input .notes {
    margin-top: 20px;
}
.form-group-input .notes:first-child {
    margin-top: 0px;
}

.dialog-top-search .text-white {
    padding: 15px !important;
}
.bg-green-light {
    background-color: #82B698 !important;
    color: #fff;
    border: none;
}
.bg-green-light:hover {
    color: #fff;
}

.dialog-setting-forgot-password .error-input,
.forgot-password .error-input {
    border: 2px solid #e74c3c !important;
    background-color: #fdecea !important;
    border-radius: 20px;
}
