@charset "UTF-8";
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background: url(/img/login/background.png);
	background-size: cover;
	/*margin-left: 150px;*/
	display: flex;
	align-items: center;
}

.login_div_1 {
	/*width: 1426px;*/
	/*height: 745px;*/
	width: 29.219vw;
	height: 26.9271vw;
	position: relative;
	/*margin-left: 100px;*/
	/*margin-top: 5px;*/
	/*background-image: url("/img/login/sbg2.png");*/
	/*box-shadow: 15px 10px 30px #dbdbdb;*/
	box-shadow: 0px 0px 76px 11px rgba(205,122,208,0.52);
	right: -61%;
}

.login_div_2 {
	display: flex;
	flex-direction: row;
}

.login_div_2_1 {
	width: 628px;
	height: 257px;
	overflow: hidden;
	margin-right: 32px;
}

.login_div_2_1_img {
	width: 450px;
	height: 493px;
}

.login_div_2_2 {
	width: 22.032vw;
}

.login_div_2_2_1 {
	padding-left: 0px;
	padding-top: 0px;
}

.login_div_2_2_2 {
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 7px;
}

.login_div_2_2_3 {
	margin-top: 2.813vw;
	position: relative;
}

.login_div_2_2_4 {
	margin-top: 1.4vw;

}

.ipt_595 focus{
	border: 0px;
}

.p_1{
	margin:0 auto;
}

.ipt_595 {
	/*width: 337px;*/
	/*height: 35px;*/
	/*margin: 0 auto;*/
	/*padding: 0;*/
	border:none;
	/*border-bottom: 2px solid #6478b7;*/
	/*font-size: 17px;*/
	/*color: #0c212b;*/
	/*line-height: 22px;*/
	/*padding-left: 0px;*/
	/*box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	outline:none;
	width: 20.886vw;
	height: 2.813vw;
	border-radius: 10px;
	padding-left: 3.5vw;
}

.ipt2_595 {
	/*width: 200px;*/
	/*height: 35px;*/
	/*margin:0 auto;*/
	/*padding: 0px;*/
	border:none;
	/*border-bottom: 2px solid #6478b7;*/
	/*font-size: 17px;*/
	/*color: #0c212b;*/
	/*line-height: 0px;*/
	/*padding-left: 0px;*/
	/*box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	outline:none;
	width: 14.584vw;
	height: 2.813vw;
	border-radius: 10px;
	padding-left: 3.5vw;
}

.code_img {
	position: absolute;
	top: 0;
	left: 214px;
	width: 139px;
	height: 49px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.login_div_2_3 {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.login_div_2_3_2 a {
	font-size: 12px;
	line-height: 22px;
	color: #aaaaaa;
}

.login_div_2_3_1 {
	font-size: 12px;
	color: #aaaaaa;
	display: flex;
	align-items: center;
}

::-webkit-input-placeholder {
	font-size: 17px;
	color: #aaaaaa;
}

:-moz-placeholder {
	font-size: 17px;
	color: #aaaaaa;
}

::-moz-placeholder {
	font-size: 17px;
	color: #aaaaaa;
}

:-ms-input-placeholder {
	font-size: 17px;
	color: #aaaaaa;
}

.login_div_2_3_1_1 {
	width: 11px;
	height: 12px;
	border-radius: 4px;
	border: solid 2px #aaaaaa;
	background: none;
}

.login_div_2_4 {
	padding-top: 1.0783vw;
	text-align: center;
}
.login_div_2_3_1_2{
	/* width: 130px; */
	/* height: 47px; */
	background-color: rgba(150,150,150,0);
	border: none;
	line-height: 0px;
	color: #1891FF;
	font-size: 20px;
	/* border-radius: 6px; */
	margin-left: 0.8vw;
	margin-top: 3px;
	border-bottom: 0.2vw solid;
	height: 2.613vw;
	width: 5.3vw;
	font-size: 0.8vw;
}
.btn_login{
	background-color: #1891FF;
	border: none;
	border-radius: 10px;
	font-size: 26px;
	line-height: 22px;
	color: #ffffff;
	outline: none;
	width: 20.886vw;
	height: 2.813vw;
	margin: 1vw auto 0;
	font-size: 1.146vw;
	display: block;
}


::-webkit-input-placeholder{/*Webkit browsers*/
	font-size:0.8vw;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
	font-size:0.8vw;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
	font-size:0.8vw;
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
	font-size:0.8vw;
}