.input-group-addon {
	height: 45px;
	background: transparent;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-right-width: 0;
}

.form-control {
	height: 45px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-left-width: 0;
	background: transparent;
	color: #fff;
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, .5);
	border-left-width: 0;
}

.input-group {
	position: relative;
	margin-bottom: 20px;
}

input[type=checkbox] {
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

.login {
	width: 100%;
	height: 100%;
	background: #040931;
}

.content {
	height: 100%;
	position: relative;
}



.login-right {
	min-height: 100%;
	background: url("../img/right_bg.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.login-right-title {
	width: 60%;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}

.login-left {
	min-height: 100%;
}

.login-left-content {
	padding-top:10%;
	width: 80%;
	max-width: 420px;
	margin: 0 auto;
}

.logo {
	margin: 0 0 20px -12px;
}

.login-title {
	font-size: 30px;
	color: #fff;
	line-height: 56px;
}
.login-pingtai{
	margin: -40px 0 0 8px;
}

.form {
	margin-top: 30px;
}

.input-group-right {
	height: 45px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 13px;
	display: flex;
	align-items: center;
}

.input-group-right img {
	cursor: pointer;
	user-select: none;
}

.path {
	width: 2px;
	height: 20px;
	border-left: 2px dashed rgba(255, 255, 255, .5);
	margin-right: 15px;
}

.remember-pwd {
	display: flex;
	align-items: center;
}

.remember-pwd span {
	color: rgba(255, 255, 255, .6);
	margin: 0 8px;
	line-height: 10px;
}

.login-btn {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(to right, rgba(0, 62, 178, 0.5), rgba(0, 62, 178, 1));
}

.support {
	color: rgba(255, 255, 255, .6);
	margin-top: 20px;
}
.input-pwd,.input-code{
	padding-right: 110px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.logo {
		width: 100px;
	}

	.login-title {
		font-size: 26px;
	}
}

@media (max-width: 992px) {
	.logo {
		width: 100px;
	}

	.login-title {
		font-size: 26px;
	}
	.login-left-content{
		padding-top:0;
	}
	.login-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: url("../images/login/right_bg.png") no-repeat;
		background-size: 100% 100%;
	}

	.login-right {
		display: none;
	}

}