.ladda-sm{
    font-size: 14px !important;
    padding: 6px !important;
    margin-bottom: 0px !important;
}

.ibox-info a {
    color: #5B2360 !important;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .available-balance-box{
        width: 100%;
        text-align: center;
    }

    #balance-reload{
        margin-bottom: -35px;
        margin-top: 30px;
    }
}

.middle-box{
    max-width: 900px !important;
}

#wizard-process .active {
    color: #EEAF31;
    font-weight: bold;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-container a, .register a {
    color: #5B2360 !important;
}

.register-alert {
    background-color: #F7F7F9;
    padding: 5px;
    border-radius: 4px;
    margin: 10px 0px 15px 0px;
}

.register-warning {
    background-color: #EEAF31;
    color: white;
    padding: 5px;
    border-radius: 4px;
    margin: 10px 0px 15px 0px;
}

#button-otp-resend.disabled, #button-otp-resend.disabled:hover, #button-otp-resend.disabled:focus, #button-otp-resend.disabled:active, #button-otp-resend.disabled.active, #button-otp-resend[disabled], #button-otp-resend[disabled]:hover, #button-otp-resend[disabled]:focus, #button-otp-resend[disabled]:active, #button-otp-resend.active[disabled], fieldset[disabled] #button-otp-resend, fieldset[disabled] #button-otp-resend:hover, fieldset[disabled] #button-otp-resend:focus, fieldset[disabled] #button-otp-resend:active, fieldset[disabled] #button-otp-resend.active {
    background-color: transparent !important;
    color: #EEAF30 !important;
    opacity: 0.9 !important;

}