#web_main .container{
    position: absolute;
    min-width: 1200px;
    width: 100%;
    height: calc(100% - 70px);
    background: url(../../img/login-bg.jpg) repeat 0 0;
}

#web_main .container .form{
    position: absolute;
    right: 20%;
    top: 126px;
    z-index: 50;
    padding: 30px 30px 38px;
    background-color: #fff;
    box-shadow: 0 1px 6px #888;
	width: 350px;
}

#web_main .container .form .login_title{
    font-weight: bold;
    font-size: 22px;
    color: #666;
    margin-bottom: 22px;
    text-align: center;
	display: flex;
	justify-content: space-around;
}

#web_main .container .form .form-content{
    display: flex;
    flex-direction: column;
    /* margin: 40px 0; */
}
#web_main .container .form .form-item{
    width: 350px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
	display: flex;
}
#web_main .container .form .form-item .item_box{
    border: 1px solid #ddd;
	flex:1
}
#web_main .code_btn{
	margin-left: 10px;
	padding:0 10px;
	background:#4E78FD;
	border-color: #4E78FD;
	color: #fff;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	width: 120px;
}
#web_main .container .form i{
    margin: 0 8px 0 12px;
}

#web_main .container .form .form-item input{
    border: none;
    font-size: 14px;
	width: 80%;
}

#web_main .container .form .form-item .active{
    color: #4E78FD;
}

#web_main .container .form .tip{
    color: #4E78FD;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 8px;
}

#web_main .container .form .tip span {
    margin-left: 5px;
}

#web_main .container .form .tip a{
    color: #4E78FD;
    position: absolute;
    right: 0;
}

.login-submit {
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #4E78FD;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 17px;
}
.login-submit:hover {
    background-color: #4E78FD;
}
.login-submit.disabled {
    background-color: #CCC;
    cursor: not-allowed;
}
.login-submit.disabled:hover {
    background-color: #CCC;
}

.register-tip {
    font-size: 12px;
    color: #999;
    margin-bottom: 28px;
}
.register-tip a{
    color: #4E78FD;
    cursor: pointer;
    margin-left: 5px;
}
.error-info {
    display: none;
    height: 32px;
    line-height: 32px;
    text-indent: 32px;
    font-size: 12px;
    color: #ff3300;
    background: #ffe0d9 url(../../img/error-icon.png) no-repeat 8px 8px;
}

.input_mobile::-ms-clear {
    display: none;

}
.input_password::-ms-reveal {
    display: none;

}
.loading,.loading2{
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #4E78FD;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 17px;
    display: none;
    text-align: center;
}
