body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div { border: medium none; border: 0px; margin: 0; padding: 0; }
em, cite, i { font-style: normal; }
ul, ol { list-style: none; }
a { text-decoration: none; color: #333; }
*:focus { outline: none;outline:0;  }
input::-ms-clear {display: none;}
img{vertical-align: top;}
a:active, a:link, a:visited {text-decoration: none !important;}
html,body {font-size: 14px; background-color: #f1f5fb; color: #333; }

.wrapper {
	min-width: 1250px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.main-content {
	display: flex;
	justify-content: space-between;
	width: 1250px;
}

.main-content .main-content-left {
	width: 696px;

}

.main-content .main-content-left img {
	width: 100%;
}

.main-content .main-content-side {
	width: 498px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background-color: #fff;

}

.main-content .content-side-welcome {
	font-size: 24px;
	color: #cbcbcb;
	text-align: center;
}

.main-content .content-side-title {
	font-size: 30px;
	color: #666;
	text-align: center;
}

.main-content .content-side-form {
	padding: 26px 0 65px;
}

.main-content .content-side-form-item {
	margin-bottom: 24px;
}

.main-content .content-side-form-label {
	padding: 10px 0;
	font-size: 16px;
	color: #b6bbc3;
}

.main-content .content-side-form-btn {
	padding: 10px 0;
	font-size: 16px;
	border-radius: 15px;
	background-color: #3cd2e4;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}

.main-content .content-side-form-value {

}

.main-content .content-side-form-input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px solid #e4e4e4;
}

.main-content .content-side-form-input:focus {
	border-bottom: 1px solid #17c3d2;
}


.main-content .content-side-btn {
	width: 376px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/bg_login_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

.main-content .content-side-btn:active {
	background-image: url(../images/bg_login_btn_active.png);
}
