
body{
	background: url("./res/bg_1.jpg") no-repeat #FFF;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.title-h{
	color: #FFF; text-shadow: 0px 3px 3px #073B60; width: 800px; margin: 150px auto 0 auto;
	text-align: center;
}

.login-box-bg{
	width: 440px; height: 400px; background-color: #fff; opacity: .7; border-radius: 16px;
	position: absolute; top: 250px; margin-left: -220px; left: 50%; 
	z-index: 1;
}

.login-box {
	width: 440px; height: 500px; position: absolute; top: 250px; margin-left: -220px; left: 50%; box-sizing: border-box; padding: 40px;
	z-index: 2;
}

.login-box .text-input{
	width: 360px; height: 42px; background-color: #fff; border-radius: 8px; display: block; border:0; margin-bottom: 25px;
	text-indent: 1em;
}

.code-image{
	width: 150px; height: 40px; position: absolute; z-index: 3; right: 40px; top: 180px; border-radius: 8px;
}

.login-button{
	background-color: #2e9ef7; width: 240px; height: 45px; border-radius: 8px; color: #fff; border: 0;
	margin-left: 55px; font-size: 18px;
}

.reg-href{
	text-align: right; color: #555; margin-top: 40px;
}

.reg-href a{
	color: #555; text-decoration: none;
}