htm, body { margin:0; padding:0; overflow:hidden; background:#FFF; font-family: sans-serif; }
#master { width:100%; height:100%; margin:0 auto; position:fixed; background:url(../img/bg.jpg) center center no-repeat; background-size:cover;}
#loader {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	z-index: 999999;
	background: url(../img/loading.gif) center center no-repeat;
	background-size:400px;
}
.logo {
	text-align: center;
	margin: 0 auto;
	padding: 30px 25px 20px;
}
.holder_form {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -135px;
	padding: 0 0 25px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
	width: 270px;
	min-width: 270px;
	max-width: 270px;
	padding-bottom: 20px;
	border: none;
	text-align: center;
}
.input {
	border: 0 none;
	background: #ffffff;
	border: 1px solid #eee;
	line-height: 35px;
	text-indent: 10px;
	width: 80%;
	margin: 0 auto;
	border-radius: 3px;
	display: table;
	margin-top: 5px;
}
input[type=button], input[type=submit] {
	-webkit-appearance: none;
	background: #A8D06A;
	color: #fcfaf7;
	text-indent: 0;
	text-align:center;
	cursor:pointer;
	width:86%;
	height: 45px;
	outline: 0 none;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #a8d06a;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	border-top: 1px solid #e8e8e8;
}
.footer p { margin: 0; font-size: 10px; }
.footer a { color:#FFF; }
.bt_option {
	background: #cacaca;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 17px;
    border-radius: 3px;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.bt_option.jump {
	margin-left: 7px;
}
.result_login {
	margin-top: 15px;
	font-size: 14px;
	display:none;
}