@charset "utf-8";

.btn {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	background: #f9f9f9;
	transition: all 0.2s;
	font-size: 12px;
	padding: 5px 12px;
	max-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btn:hover{
	background: #fff;
}

.log-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/loginbg.jpg) center no-repeat;
	transition: all 0.2s;
	position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
}

.log-content {
	width: 420px;
	padding: 10px;
	background: rgba(255 255 255/50%);
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.login {
	width: 100%;
	min-height: 350px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-ways {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-ways span {
	width: 140px;
	border-bottom: 1px solid #eee;
	padding: 0 20px;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.login-ways span:hover {
	color: #1d2d66;
}

.login-ways span.act {
	font-size: 18px;
	font-weight: bold;
	color: #1d2d66;
	border-bottom: 2px solid #1d2d66;
}

.login-form {
	width: 280px;
	padding: 20px 0;
}

.login-form-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.login-form-title {
	font-size: 16px;
	padding: 2px 0;
}

.login-form-title span.cn {
	margin-right: 10px;
}

.login-form-title span.en {
	font-size: 12px;
}

.login-form-control {}

.login-form-control .input-text {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 10px;
}

.login-form-control .input-text:focus {
	outline: 1px solid #9ad9f3;
	box-shadow: 0 0 6px #9ad9f3;
}

.login-form-inline {
	display: flex;
}

.login-form-inline .input-text {
	width: 180px;
	margin-right: 10px;
}
.code-btn{
	width:90px;
	text-align: center;
}

.login-form-ver {
	color: #F19311;
}

.login-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: #1d2d66;
	color: #fff;
	line-height: 36px;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}

.btn-lock {
	opacity: 0.6;
	cursor: not-allowed;
}
