

    /*--------------------------------------: alert-box :----------------------------------*/
    .sr-alert {
        width: 100%;
    }
    .sr-alert.sr-alert-error {
        color: red;
    }
    .sr-alert.sr-alert-success {
        color: green;
    }