﻿@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }
body{
    font-family: 'Microsoft Yahei', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
    width: 100%;
	height: 100%;
    background-image: url('../images/002.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
	overflow-x: hidden;	
}

#login {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	}
.login_box {
	position: relative;
	display: inline-block;
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 2%;
	min-height: 250px;
	padding: 5px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	border: 8px solid rgba(255,255,255,0.1);
	}
	
#login .log_top,	
#login .log_center,	
#login .log_footer { 
    position: relative;
	display: inline-block;
	float: left;
    width: 100%;	
	}	
#login .log_top {
	min-height: 200px;
	margin-right: 2%;
	vertical-align: middle;
	text-align: center;
	}
#login .log_top img {
    max-width: 90%;
	text-align: center;
	}
#login .log_center {

	}
#login .log_footer { 
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	padding: 1% 0%; 
    }		
	
#login h1{
	padding: 2px 0;
	font-size:140%;
	font-weight:300;
	text-align:center;
	color: #0D2E58;
	font-weight: 500;
	}
#login span { display: none; }

form { text-align: center; padding-top: 1%; }
.fillin { 
    position: relative;
	display: inline-block;
	float: left;
    width: 100%;   
	padding: 2% 5%; 
	text-align: left;  
	}
.fillin a{
	position: absolute; 
	font-size:1.5em;
	transform: translate(-125%,20%);
}
input[type="email"],
input[type="password"],
input[type="text"] {
	width: 100%;
	background: #fff;
	margin-bottom: 2%;
	border: 1px solid #ccc;
	padding: 2%;
	font-size: 95%;
	height: 45px;
	color: #000000;
}

.code { 
    position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	padding: 0% 5%; 
	text-align: right;  
	}
.code input[type="text"] {
    position: relative;
	display: inline-block;
	float: left;
	width: 35%;
    }
.code #checkCode { 
    position: relative;
	display: inline-block;
	float: left;
    width: 35%;
	height: 45px;
	padding: 1% 5%; 
	font-size: 30px; 
	line-height: 2rem; 
	text-align: right;  
	}
.code a { 
    position: relative;
	display: inline-block;
	float: right;
	width: 20%;
	padding: 10px 20px; 
	color: #000000; 
	background: #DDDDDD;
	text-align: center; 
	}

input[type="submit"]{
    position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	background: #0D2E58;
	border: 1px solid #0D2E58;
	padding: 2%;
	font-size: 95%;
	height: 45px;
	color:#fff;
	cursor:pointer;
	transition: background .3s;
	-webkit-transition:background .3s;
}
input[type="submit"]:hover{
	background: #2f76aa;
	border: 1px solid #2f76aa;
}

.forgot { 
    position: relative;
	display: inline-block;
	float: left;
    width: 100%;   
	padding: 2% 5%; 
	margin: 5px 0px;
	text-align: right;  
	}
.forgot a { 
    position: relative;
	padding: 10px 20px; 
	margin: 2px 2px;
	color: #000000; 
	background: #DDDDDD;
	}
.forgot a:hover { 
	color: #FFFFFF; 
	background: #0D2E58;
	}
@media only screen and (max-width: 768px) {
.login_box  {
	position: relative;
	width: 90%;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 2%;
	min-height: 250px;
	}
.code { margin-bottom: 20px; }	
.code input[type="text"] { width: 100%;  }
.code #checkCode { width: 60%; }
.code a { width: 40%; }

.forgot { text-align: center; }
.forgot a { 
    display: inline-block;
	width: 48%;	
	margin: 2px .5%; 
	}	
}

