@charset "utf-8";

body {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	background: url(../img/login-bg.jpg) center;
	background-size: cover;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	padding: 15px 30px;
	box-sizing: border-box;
}

.layui-form-item.none {
	border-bottom: none;
}

.layui-form-label {
	width: 90px;
	padding: 9px 0;
	text-align: left;
}

.login {
	width: 100%;
	padding: 98px 50px 25px;
	background-color: #fff;
	z-index: 1000;
	display: block;
	position: relative;
	overflow: hidden;
}
.login .layui-btn {
	width: 100%;
	height: 54px;
}
.login h1 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 1.5em;
	color: #393D49;
}
.login p {
	text-align: center;
	opacity: .6;
}
.layui-form-item {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

#code {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.ie {
	display: block;
	min-height: 0;
}
.ie .login {
	margin: 10% auto;
	margin-top: calc((100vh - 538px)/2); 
}



@media (min-width:500px) {
	body {
		align-items: center;
	}
	.login {
		width:350px;
		border-radius: 10px;
	}
}
.form-agent-login {
	margin: 50px;
}
.form-agent-login .layui-btn {
	width: 100%;
}
#code-btn {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f2f2f2;
	color: #666;
	width: auto;
}

.green {
	background: -webkit-linear-gradient(left, #112826 , #10cd89); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #112826, #10cd89); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#112826, #10cd89); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right,#112826 , #10cd89); /* 标准的语法 */
}

input {
	border:none !important;
}

#send {
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 4px 0;
	color: #0cbf7e;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.btn-register {
	margin-top: 30px;
	background-color: #06a86d !important;
	font-size: 16px;
}

.btn-login {
	background-color: #06a86d !important;
	font-size: 16px;
}

.forget-password {
	display: inline-block;
	padding: 0 16px;
	font-size: 14px;
	line-height: 32px;
	color: #8590a6;
	text-align: center;
	cursor: pointer;
	background: none;
	border: 1px solid;
	border-radius: 3px;
	height: auto;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
	border: none;
	border-radius: 0;
	float: right;
}

.eye {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../img/eye.png) no-repeat left top;
}

.eye.show {
	background-image: url(../img/eye-close.png);
}

.jump {
	font-size: 16px ;
	opacity: 1 !important;
	margin-bottom: 12px;
}

