@CHARSET "UTF-8";

*{
	box-sizing: border-box;
}

.hidden{
	display: none !important;
}

body{
	margin: 0;
}

.ee-body{
	height: 100%;
	display: flex;
	height: calc( 100vh );
}

.ee-left{
	width: 42.9%;
	background: #F1F6FF url("../img/login/left-img.jpg") no-repeat center center;
	background-size: 100% auto;
}

.ee-right{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee-login-panel{
	box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	background: white;
	width: 500px;
	padding: 92px 50px 112px 50px;
}

.ee-login-panel .ee-title{
	height: 104px;
	font-size: 36px;
	font-weight: 800;
	line-height: 52px;
	letter-spacing: 2px;
}

.hs-input-group{
	position: relative;
	margin-top: 31px;
}

.hs-input-group img{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 16px;
}

.hs-input-group input{
	flex: 1;
	border: 0;
	padding: 0 12px 0 46px;
	border-radius: 4px;
	border: 1px solid #F2F2F2;
	height: 40px;
	width: 100%;
	font-size: 16px;
	outline: unset;
}

.hs-input-group input::placeholder{

}

.hs-input-group #verifycodeGroup{
	padding-right: 112px;
}

.hs-input-group #verifycodeImage{
	width: 100px;
	height: 38px;
	top: 1px;
	left: unset;
	right: 1px;
}

#loginBtn{
	margin-top: 68px;
	width: 100%;
	height: 40px;
	background: #1890FF;
	border-radius: 4px;
	border: 0;
	color: white;
	font-size: 16px;
	transition: all 0.2s;
}

#loginBtn:active{
	opacity: 0.7;
}