body .login-content{
    height:75vh;
    min-height:450px;
    max-height:700px;
    background-color:transparent;
    background-size:cover;
    background-position:center 70%;
    background-repeat:no-repeat;
    background-image:url("../images/login_banner.jpg")}
body .login-content .wrapper{
    position: relative;
    height:100%;
    width:80%;
    max-width:1010px;
    margin:0 auto
}
body .login-content .login-box{
    position: absolute;
    min-width:300px;
    min-height:400px;
    background:#EAF7FA;
    border-radius:8px;
    height:50vh;
    width:40vh;
    top: 100px;
    right: 0px;
    padding:15px 20px;
}
body .login-content .login-box>h2{
    font-size:17px;
    color:#666666;
    margin:10px 0 20px 0
}
body .login-content .login-box .input-icon{
    position:relative;
    margin-bottom:20px
}
body .login-content .login-box .input-icon .icon{
    position:absolute;
    left:7px;
    top:13px;
    color:#BDBDBD;
    font-size:17px
}
body .login-content .login-box .form-control{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left:25px;
    height:45px
}
body .login-content .login-box .auth-input-code{
    display:-ms-flexbox;
    display:flex
}
body .login-content .login-box .auth-input-code .input-icon{-ms-flex:1;flex:1}
body .login-content .login-box .auth-input-code #authCode::-ms-clear{display:none}
body .login-content .login-box .auth-input-code .auth-code-img{
    width:80px;height:45px;
    margin-left:5px;
    cursor:pointer;
    border-radius:4px;
    position:relative
}
body .login-content .login-box .auth-input-code .auth-code-img #successImg{display:none;position:absolute;top:15px;left:-30px}
body .login-content .login-box .auth-input-code .auth-code-img .code-img{cursor:pointer}
body .login-content .login-box .helper-link{margin-top:-10px}
body .login-content .login-box .helper-link a{color:#BDBDBD}
body .login-content .login-box .btn-login{
    width: 100%;
    border-radius: 8px;
    border: 0;
    margin-top: 20px;
    color: #fff;
    text-shadow: none;
    padding: 8px;
    font-size: 18px;
    background-color: #6ACA25;
    background-image: linear-gradient(to bottom, #6ACA25 0, #6ACA25 100%);
    border-color: #80EC15;
}
body .login-content .login-box .login-msg{text-align:center;padding:5px 0;margin-top:10px;color:red;font-size:13px}

body .login-footer,body .register-footer,body .forgotPassword-footer{height:50px;color:#BBBBBB}
body .login-footer a,body .register-footer a,body .forgotPassword-footer a{margin-left:5px;color:#BBBBBB}
body .login-footer a:hover,body .register-footer a:hover,body .forgotPassword-footer a:hover{color:#BBBBBB}

body .login-header .wrapper,body .register-header .wrapper,body .forgotPassword-header .wrapper{
    height:12vh;
    min-height:80px;
    width:85%;
    /*max-width:1010px;*/
    margin:0 auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-align:center;
    align-items:center
}
body .login-header .header-logo>a,body .register-header .header-logo>a,body .forgotPassword-header .header-logo>a{
    width: 300px;
    height: 7vh;
    max-width: 100%;
    max-height: 64px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image:url("../images/admin_logo.png")
}
body .login-header .header-logo .icon,body .register-header .header-logo .icon,body .forgotPassword-header .header-logo .icon{
    height:7vh;max-width:100%;max-height:64px;display:none
}
body .login-header .header-logo .text,body .register-header .header-logo .text,body .forgotPassword-header .header-logo .text{
    font-size:3vh;
    color:#000;
    margin-left:25px
}

.link-group a {
    color: #000;
    display: inline-block;
    font-size: 2vh;
}
.inline-vc>*, .inline-vhc>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    max-width: 99%;
}

/*جلت¾ز³أو*/
.msg-layout{
    position: relative;
}
.doc-example{
    position: absolute;
    top:50%;
    left:50%;
    width: 560px;
    margin-left: -280px;
    margin-top: 140px;
    border-radius: 3px;
}
.am-intro.mgs-box{
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 0 0px 20px;
}
.am-intro.mgs-box .msg-text{
    text-indent: 2em;
    font-size: 16px;
}