body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    position: relative;
    box-sizing: border-box;
}
header{
    background: #2b3f54;
    padding: 5px 0;
}
.fa-stack {
    color: #2A3F54;
    font-size: 12px;
    margin-top: -10px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.fa-inverse {
    color: #fff;
}
.fa-stack-2x {
    font-size: 34px;
}
.fa-star {
    font-size: 28px;
    line-height: 35px;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.header-left{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    box-sizing: border-box;
}
.header-right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: right;
    
}
.logo a{
        font-weight: 500;
    color: #ECF0F1;
    margin-left: 0;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 34px;
}
.logo a {
    text-decoration: none;
    color: #ECF0F1;
}
.logo-right a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    margin-top: 15px;
    color: #ECF0F1;
}
.header-inner{
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
.banner-box{
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}
.banner-lft{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px;
    box-sizing: border-box;
}
.login-box{
    margin: 0 -10px;
    padding: 30px 15px;
}
.banner-right{
    width: 40%;
    float: right;
    max-width: 420px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    padding-right: 40px;
    box-sizing: border-box;
}
.login-form{
    background: #2b3f54;
    border-radius: 5px;
    padding: 20px 30px 50px;
    border: solid 1px #2b3f54;
}
.form-sec{
    background: #fff;
    padding: 20px;
    margin-right: -60px;
    -webkit-box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 6px -6px rgba(0, 0, 0, 0.3);
    position: relative;
}
.form-fox{
    margin-bottom: 25px;
    position: relative;
}
.form-fox input:focus{
    outline: none;
}
.form-fox.submit{
    display: inline-block;
    margin-bottom: 0;
}
.form-fox.forgot{
    float: right;
    margin-bottom: 0;
}
.form-fox.forgot a{
    font-size: 12px;
    color: #303030;
    line-height: 1;
}
.form-fox button{
    height: 35px;
    background: #2b3f54;
    border: solid 1px #2b3f54;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    width: 80px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    box-sizing: border-box;
}
.form-fox input{
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border: solid 1px #ddd;
    padding-left: 50px;
}
.form-sec:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
    border-left: 10px solid #909090;
    border-top: 10px solid #909090;
    border-right: 20px solid transparent;
    border-bottom: 5px solid transparent;
}
.login-form h3{
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.banner-box img{
    max-width: 100%;
    height: auto;
}
.error{
    position: absolute;
    top: 100%;
    font-size: 11px;
    color: red;
    margin-top: 2px;
    display: none;
}
.wrapper{
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
.input-box{
    position: relative;
}
.input-box i{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    color: #303030;
}
.cont-box{
   background-image: linear-gradient(180deg,#f5f5f5,rgba(245,245,245,0));
    background-repeat: no-repeat;
    background-size: 100% 150px;
}
.info-box{
    text-align: center;
    padding: 30px 15px 30px;
}
.info-box h2{
    margin: 0 0 10px;
}
.info-box p{
    font-size: 16px;
}
.info-box button{
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px;
    border: solid 1px #2b3f54;
    background: #2b3f54;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.info-box button:hover{
    background:#172e44;
    border-color:#172e44;
}
/***** Footer *****/

.cf:after{
    display: block;
    content: "";
    clear: both;
}
.footer-inner{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding:  15px;
    box-sizing: border-box;
    text-align: center;
}
.foot-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.foot-box ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    line-height: 1;
}
.foot-box ul li a{
    font-size: 32px;
    color: #fff;
    line-height: 1;
}
.foot-box ul li a.fb:hover{
    color: #3b5998;
}
.foot-box ul li a.tw:hover{
    color: #00aced;
}
.foot-box ul li a.link:hover{
    color: #0077B5;
}
.foot-box{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.foot-box p{
    margin: 0;padding: 0;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.foot-box.footer-left{
    float: left;
}
.foot-box.footer-right{
    float: right;
}
.footer-logo{
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}
/*****/
.banner-right.second .login-form{
    padding-top:0;
    padding-bottom: 30px;
    background: #3c4146;
}
.banner-right.second.new .login-form{
    background: #2b3f54;
}
.banner-right.second{
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}
.banner-right.second .form-sec{
    margin-right: 0;
    background: #e4e3e3;
    margin-top: -10px;
}
.banner-right.second.new .form-sec{
    background: #fff;
}
.banner-right.second .form-sec:before{
    display: none;
}
.banner-right.second .form-sec:after{
  position: absolute;
    top: 0;
    left: -8px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
    border-top: 9px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 8px solid #e4e3e3;
}
.banner-right.second.new .form-sec:after{
    border-top: 9px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 8px solid #fff;
}
.banner-right.second .login-form h3{
    color: #000;
}
.banner-right.second .input-box i{
    background: #3c4146;
    color: #fff;
}
.banner-right.second.new .input-box i{
    background: #efefef;
    color: #303030;
}
footer{
    background: #2b3f54;
}
@media (max-width:991px){
    .banner-right{
        width: 50%;
    }
    .banner-lft{
        width: 50%;
    }
}
@media (min-width:768px){
    .mobile-btn{
        display: none;
    }
    footer{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body{
        padding-bottom: 60px;
        min-height: 100vh;
    }
}
@media (max-width:667px){
    .banner-lft{
        display: none;
    }
    .form-sec{
        margin-right: -55px;
    }
    .logo a{
        line-height: 45px;
    }
    .logo-right a{
        margin-top: 10px;
    }
    .banner-right{
        width: 100%;
        max-width: 558px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .logo a{
        font-size: 24px;
    }
    .fa-stack-2x{
        font-size: 28px;
    }
    .fa-star {
        font-size: 23px;
        line-height: 30px;
    }
 
.fa-stack {
    margin-top: -8px;
    width: 24px;
    height: 25px;
    line-height: 24px;
}
    .login-form{
        padding: 15px 25px 40px;
    }
}

@media (max-width:680px){
    .foot-box.footer-right{
        float: none;
        text-align: center;
    }
    .foot-box ul{
        text-align: center;
    }
    .foot-box.footer-left{
        float: none;
    }
    .foot-box{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .foot-box p{
        text-align: center;
    }
    .info-box h2{
        font-size: 16px;
    }
    .info-box p{
        font-size: 13px;
    }
}

#full-page-loader.showLoader
{
    display : block !important;
    position : fixed;
    z-index: 99999;
    background-image : url('../images/loading_new.gif');
    background-color:#bfb8b8;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}