.tws-login {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}
.tws-loginLeft {
	width: 40%;
	margin: auto;
}
.tws-leftTitle {
	font-size: 34px;
	font-weight: 600;
	color: #00cccc;
}
.tws-leftDescription {
	font-size: 16px;
	margin-top: 20px;
	line-height: 28px;
}
.tws-leftImg img {
	margin-top: 50px;
	width: 420px;
	text-align: center;
}
.tws-loginMiddle {
	height: 600px;
	width: 1px;
	background: #ededed;
}
.tws-loginRight {
	width: 40%;
	margin: auto;
	text-align: center;
}
.tws-rightTitle {
	font-size: 30px;
}
.tws-rightContent input {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	padding-left: 70px;
	border-radius: 30px;
	font: inherit;
	color: inherit;
	font-size: 16px;
}
.tws-rightContent input:focus {
	outline:none;
	border: 1px solid #00cccc;
}
.tws-userName,
.tws-loginPass,
.tws-loginCode {
	width: 400px;
	height: 50px;
	margin: auto;
	position: relative;
	margin-top: 30px;
}
.tws-userName i{
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 30px;
	left: 15px;
}
.tws-loginPass i{
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 30px;
	left: 15px;
}
.tws-loginCode i{
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 30px;
	left: 15px;
}
.tws-loginLine {
	display: block;
	position: absolute;
	left: 55px;
	top: 28px;
	height: 70%;
	width: 1px;
	background: #ccc;
}
.tws-loginRes {
	font-size: 14px;
	padding-left: 20px;
	width: 400px;
	margin: 50px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tws-registContainer {
	color: #FF6600;
	text-decoration:underline;
	margin-right: 30px;
	cursor: pointer;
	font-size: 14px;
}
.tws-forget {
	font-size: 14px;
	color: #00cccc;
	text-decoration:underline;
	cursor: pointer;
}
.tws-loginBtn {
	width: 400px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	background: #00cccc;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}
#codeImg {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 100px;
	height: 40px;
	cursor: pointer;
}
input {
	background: #fff;
}
input::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #AEAEAE; 
font-size: 16px;
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #AEAEAE; 
font-size: 16px;
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #AEAEAE; 
font-size: 16px;
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #AEAEAE; 
font-size: 16px;
}
