body{
    background-color: #f9fbfc;
}

.login-banner{
    position: relative;
    background: url(../../images/loginbg.png) right center no-repeat;
    background-size: cover;
    height: 100vh;
}

.banner-logo{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 210px;
    margin-left: -105px;
}

.container{
    background-color: transparent;
}

.log-form-holder{
    position: relative;
    float:left;
    width: 100%;
    top: 50%;
    margin-top: -150px;
    padding: 0 25px;
    /* background-color: #FFF; */
}

.log-form-container{
    float: left;
    width: 100%;    
    padding: 15px;
    background-color: #FFF;
}

.login-lnk,.login-lnk:hover,.login-lnk:active{
    float: left;
    padding: 7px 12px;
    background-color: #95D195;
    border: solid 2px #8BCA8B;
    color: #041847;
    font-size: 16px;
    text-decoration: none;
}


.forget-lnk,.forget-lnk:hover{
    float: left;
    color: #041847;
    text-decoration: none;
    margin-left: 10px;
    line-height: 40px;
}

.form-header{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 20px;
    text-align:center;
    color: #041847;
}

.admin-header-img{
    margin-top: 80px;
}

.err-msg{
    color: red;
}


/*input[type='text'].material-input:focus,input[type='password'].material-input:focus,textarea.material-input:focus,select.material-input:focus{
    border-bottom: 1px solid #D1AE36;
}

input[type='text'].material-input:focus ~ .input-label,input[type='password'].material-input:focus ~ .input-label, textarea.material-input:focus ~ .input-label {
    color: #D1AE36;
}*/

.login-for-holder-header{
    background-color: #000000;
}

.login-form-header{
    float: left;
    color: #FFF;
    margin: 20px 0 20px 15px;
    font-size: 16px;
}

.login-header-logo{
    float:right;
    height:60px;
}

@media(max-width: 991px) {
    .login-form-wrapper{
        background: url(../../../images/loginbg.jpg) right center no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .login-form-header{
        font-size: 15px;
    }
}