/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
     background:url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login .code_tip{
	font-size: 12px;
	color: #999 ;
	position: absolute;
	right: 10px;
	top: 15px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border: 1px solid #ccc !important;
	border-radius: 50px;
	padding:0 10px;
}
.login .login_tip{
	font-size:13px;
	color:#9D9D9D;
}
.login .login_tip a{
	color: #7789F0;
}
.login a {color: #8A8A8A;text-decoration: none;cursor: pointer;}
.login a:hover{color: #444444;}

.login_tip_between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.other_login {display:flex;justify-content: center;}
.other_login a{margin-top:30px;margin-left:10px;width:40px;height:40px;text-align:Center;line-height:40px;border-radius:50%;}


.other_login .password{
	background:#DCDEE0;display:none;
}
.other_login .password i{
	font-size:26px;color:#fff;
}
.other_login .wechat i{
	font-size:40px;color:#33CC00;
}


.login .qrcode{
	width:220px;
	height:220px;
	border: 1px solid #DCDEE0;
	margin:0 auto;
	display: block;
	text-align:center;
	line-height:220px;
}
.login .qrcode img{
	max-width:218px;
	max-height:218px;
}

/* 适配*/
@media screen and (max-width: 768px) { 
	.login-bg{background:#fff;}

	.login{
		margin: 80px auto 20px auto;
		min-height: 340px;
		max-width: 90%;
		padding: 0;
	}
	.login .message {
		margin: 0;
		background: #fff;
		color: #000;
		padding: 0;
		font-size: 20px;
		font-weight: 400;
	}

	.login #darkbannerwrap{
		margin-bottom: 15px;
	}
	.login input[type=text],.login input[type=password]{
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-radius: 0;
		height: 44px;
		line-height: 44px;
		padding-left: 2px;
	}
	.login input[type=text]:focus,
	.login input[type=password]:focus{
		border-left: 0;
		border-right: 0;
		border-top: 0;
	}

	.login hr.hr15 {
		height:8px;
	}
	.login input[type="submit"], .login input[type="button"] {
		font-size:14px;
		padding: 9px 0;
		margin-top:20px;
       border-radius:6px;
	}
}