/* label.error {
    color: #f91f31;
} */

.form-label-group>label.error {
    position: auto !important;
    top: auto !important;
    left: auto !important;
    line-height: 0.5 !important;
}

.slug-err-msg {
    color: #f46a6a !important;
}

input.error {
    border-color: #f46a6a !important;
}

.sub-btn {
    height: 36px !important;
    margin-bottom: 3px !important;
    margin-left: 10px !important;
}

.mandatory {
    color: #f46a6a;
}

.main-loader {
    position: fixed;
    margin-top: -10%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 125%;
    z-index: 9999;
    /* background: url(../images/widget-loader-lg-en.gif) 50% 50% no-repeat rgb(249,249,249); */
    /* background: url(../images/loader-150X150.gif) 50% 50% no-repeat rgb(225, 223, 223); */
    background: url(../../images/loader-150X150.gif) 50% 50% no-repeat rgb(225, 223, 223);
    opacity: .8;
}