body > .header .logo img{width: 48px;}
.asset-loader {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.select2-container{
    width: 100%;
}

.asset-loader .loader {
    height: 100%;
    position: absolute;
    width: 100%;
}
.asset-loader .loader div {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px #999;
    color: #fff;
    font-weight: bold;
    height: 66px;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    top: 250px;
    width: 66px;
}
.hide-control{display: none;}

/* Custom Login Page */
.login-body{background:#222;}
.login-wrapper #admin-login{display: none;}
.login-wrapper .alert{margin-bottom:20px;}
.login-wrapper .form-control{height: 42px;}
.login-wrapper .panel-body{position:relative;padding-top:20px;}
.login-wrapper .form-wrapper .loader{position:absolute;height:100%;width:100%;left:0;top:0;background:#FFF url('../images/ajax-loader.gif') no-repeat center;z-index:1;display: none;}
.login-wrapper{width:350px;position:absolute;left:50%;top:35%;transform: translate(-50%, -50%);}
.login-wrapper label{font-weight: normal;}
.login-wrapper .logo-wrapper{text-align:center;padding-bottom:30px;}
.login-wrapper .panel-info > .panel-heading{background-color: #b6b369;color:#333;text-align:center;}
.login-wrapper .panel{border-color: #b6b369;margin-bottom:0;}
.login-wrapper .input-wrapper{position:relative;}
.login-wrapper .send-sms-wrapper .input-wrapper:before{content: '+91';position: absolute;height: 42px;width: 50px;color: #AAA;left: 0;top: 0;font-size: 16px;line-height: 42px;font-weight: normal;text-align: center;border:1px solid #ccc;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.login-wrapper small{font-size:13px;}
.login-wrapper .verify-code-wrapper{display: none;}
.login-wrapper .mobile-no{font-weight: bold;}
.login-wrapper .verify-code-wrapper .form-control{font-size:16px;font-weight:bold;color:#888;}