@charset "utf-8";
/* CSS Document */
.top{
	background: #2f286e;
	color: #c1bfd4;
	font-size: 28px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.top img{
	margin-top: 4px;
	margin-right: 20px;
}
.login-cont{
	margin-top: 140px;
}
.right-txt{
	font-size: 20px;
	color: #2f286e;
	padding-top: 200px;
}
.right-txt input{
	height:32px;
	line-height: 28x;
	background: #ebebeb;
	border: 1px solid #ababab;
}
.right-txt > div{
	padding-bottom: 40px;
}
.right-txt button{
	border: 1px solid #413a91;
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	height:32px;
	line-height: 28x;
}

.right-txt img{
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 4px;
}
.bottom{
	position: fixed;
	right: 53px;
	bottom: 36px;
	font-size: 20px;
	color: #007eff;
}
