/* login - strat */
body.login-body {
    background: url(../images/bg07.jpg) no-repeat;
    background-size: cover;
}
.login-page {
    width: 100%;
    background-size: cover;
    padding: 0;
}
.login-pagebg {
    background: rgba(29,30,50,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
/*
    width: 100%;
    height: 100vh;
    background-color: #edeef3;
    background-size: cover;
*/
}
.login-box {
    position:absolute;
    top:50%;
    left:50%;
    width: 500px;
    height: 480px;
    border-radius: 4px;
    background: #fff;
    float: none;
    margin:-240px 0 0 -250px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}
.width65 {
    width: 60% !important;
    margin: 0 auto;
    clear: both;
    text-align: center;
    margin-top: 92px;
}
.login-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
button.btn-login {
    width: 100%;
    background-color: #3F6FF1;
    color: #fff;
    border: none;
    padding: 13px;
    font-size: 15px;
    height:44px;
    margin:0 auto; 
    line-height: 20px;
}
button.btn-login:hover {
    background-color: #2f5edf !important;
    color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    height:44px;
    margin:0 auto; 
    line-height: 20px;
}
img.login-logo {
    width: 180px;
    margin-bottom: 26px;
}
img.left-login-logo {
    width: 190px;
    margin-top: 110px;
}
p.logintxt {
    color: #828282;
    margin-bottom: 20px;
}
.login-inputgroup {
    margin-bottom: 12px;
    width: 100%;
}
.login-inputgroup .form-control {
    height: 44px;
    border-radius: 4px !important;
}
.bottom-logo {
    position: absolute;
    bottom: 0;
    right: 0
}
.bottom-logo img {
    width: 120px;
    margin-bottom: 25px;
    margin-right: 35px;
}
.bottom-logo-mds {
    position: absolute;
    bottom: 0;
    left: 0;
}
.bottom-logo-mds img {
    width: 120px;
    margin-bottom: 50px;
    margin-left: 50px;
}

/* loader */
.loading {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff url('../images/loader89.gif') no-repeat center center;
    opacity: 0.7;
}

/* login - end */
