body{
    background:#F3F7FA!important;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
/*登录框*/
.login{
    width: 820px;
    height:423.5px;
    max-width: 820px;
    min-height:423.5px;
    border-radius: 6px;
    position: relative;
    top:-37px;
    background: transparent;
}
.login_logo{
    position: absolute;
    top:26.78px;
    right:0;
    width: 40%;
    height:423.5px;
    background:   transparent;
    background-size:auto 454px;
    background-position: bottom;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    box-shadow:0px 3px 10px rgba(189,189,189,0.45);
}
.login_logo .rightbg{
    position: absolute;
    width:100.5%;
    bottom:-1px;
    right:0;
    z-index:111;

}
.login_logo .imgtitle{
    width: 282px;
    position: absolute;
    bottom:10%;
    left:20px;
    z-index:222;
}
.login_passIn_div{
    width: 60%;
    height: 100%;
    background: transparent;
    position: relative;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color:transparent;

}
.login_passIn_div>#sys-logo{
    position:relative;
    top:-10px;
    left:0px;
}
.login_passIn_div>#sys-logo>img{
    width:60px;
    height:auto;
}

/*登录表单*/
.login_passIn_form{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1px;
    position: relative;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    box-shadow:0px 0px 81px 3px rgba(189,189,189,0.45);
    zoom:1;
}
.login_passIn_form>img{
    width: 99.5px;
    height:40.5px;
    margin-bottom: 25px;
}
/*表单具体内容*/
.form_model_contain{
    width: 100%;
    -ms-align-items: center;
    align-items: center;
}
/*表单模板*/
.form_model{
    width: 50%;
    outline: none;
    -ms-align-items: center;
    align-items: center;
    /*effect*/

}
.form_model p,.remeberme span{
    display: inline-block;
    color:#151617;
    font-size: 14px;
    font-weight: bold;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:15px 0 0 0 ;
    padding:0;
}
.form_model input{
    width:100%;
    background: none;
    outline: none;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 45px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color:#151617;
    text-indent:15px ;
}
.form_model input::placeholder{
    text-indent: 15px;
}

.form_model_submit{
    width:50%;
    background: none;
    outline: none;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 45px;
    padding: 0;
    background:linear-gradient(180deg,rgba(238,90,28,1),rgba(241,126,52,1));
    color: #fff;
}
/*验证*/
.validation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #1D1D1D;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: none;
}
