.forgetPasswordBox {
    height: 250px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #c3c3c3;
}

.btn-primary:hover {
    background-color: #12CC00;
    border-color: #12CC00;
}

.forget-password-success {
    color: #12CC00;
    font-family: roboto_condensed_bold;
}

#send-reset-email {
    font-family: roboto_condensed_bold;
    width: 100px;
}

#forget-email-input {
    font-family: roboto_condensed_regular;
}

label.error {
    font-size: 12px;
    color: red;
}

#send-reset-email:disabled {
    background-color: #e9ecef;
    opacity: 1;
    color: black;
    border-color: #e9ecef;
}

#btn-loader{
    color: #12CC00;
}