html,body,.overall  { height:100%; padding:0; margin:0; }

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

.overall {  }
.top { height:75%; position:relative; }
.bottom { height:25%; min-height:230px; text-align:center; width:100%; position:relative; }

/*.top .topline { display:none; height:10px; background-color:#aad973; width:100%; position:absolute; top:0px; left:0px; }*/

.top .mainpic { background-size:contain; width:100%; height:100%; top:0; left:0%; position:absolute; background-position:center; background-repeat:no-repeat;  }
.top .backgroundimg {
	position:absolute; top:0; left:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	
	-webkit-filter: blur(5px) sepia(70%) grayscale(50%);
	-moz-filter: blur(5px) sepia(70%) grayscale(50%);
	-o-filter: blur(5px) sepia(70%)  grayscale(50%);
	-ms-filter: blur(5px) sepia(70%)  grayscale(50%);
	filter: blur(5px) sepia(70%) grayscale(50%);
	

}


.bottom .logo { position:absolute; top:-50px; left:50%; margin-left:-48px; width:93px; height:100px; }
.bottom .logo img {}

.bottom .loginform { width:210px; border:dotted 0px #000; display:block; margin:0px auto; padding-top:67px; text-align:left;  }

.bottom .loginform .field_wrapper { position:relative; margin-bottom:10px;  }
.bottom .loginform .field_wrapper img { width:36px; height:28px; float:left; margin:0 0 0 0; position:absolute; top:1px; left:2px; }

.bottom .loginform input[type="text"],
.bottom .loginform input[type="password"] { 
	width:100%; 
	height:30px; 
	line-height:28px; 
	-webkit-appearance: none;
	border:solid 1px #e5e5e8; 
	border-bottom:solid 1px #d5d5d5; 
	padding-left:45px; 
	color:#777;
	font-size:14px;
	margin:0;
	
	box-shadow:1px 1px 5px #eee;
} 

.bottom .loginform input[type="text"]:hover,.bottom .loginform input[type="text"]:focus,
.bottom .loginform input[type="password"]:hover,.bottom .loginform input[type="password"]:focus { border:solid 1px #93c273; box-shadow:0px 0px 3px #ccc; color:#333; } 

.bottom .loginform input[type="submit"] { border:none; background-color:#ccc; border-bottom:solid 3px #bcbcbc; clear:both; float:right; height:23px; color:#fff; font-weight:bold; font-size:13px; }
.bottom .loginform input[type="submit"]:hover { background-color:#bcbcbc; border-color:#aaa; box-shadow:0px 0px 3px #ccc; }

.rounded-border, .field_wrapper { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}