body#loginScreen {
	width: 100%;
	height: 100%;
	background: black url("/images/green_cup.png") top center repeat;
}

section.infobox {width: 364px; margin: 0 auto; text-align: center;}
section.infobox h4 {margin: 0; padding: 20px; font-size: 1.0em; color: white;font-family: "Open Sans", arial;border-radius:3px; margin-top: 5px; }
section.infobox h4.alert_error {background: rgba(164,8,2,0.7);}
section.infobox h4.alert_success {background: rgba(127,175,27,0.6);}

.panel {
	width: 364px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -182px;
	
	padding: 0px;

}

.clr {clear: both;}

.login-widget .widget-header {padding: 10px 20px ;background: rgba(0,0,0,0.08); margin-bottom: 0px;border-radius:3px 3px 0 0 ;}
.login-widget .widget-header h1 {margin: 0; padding: 0;; color: white; font-size: 2.0em; font-weight: normal; font-family: "Open Sans Condensed", arial;}
.login-widget .widget-header h1 a {color: white; text-decoration: none;}
.login-widget .widget-header h1 a:hover {color: white; text-decoration: none;}


.login-widget .widget-body {background: rgba(0,0,0,0.22); padding: 20px 20px 15px 20px; overflow: hidden;border-radius:0px 0px 0 0 ;}
.login-widget .widget-body input {border: none; padding: 5px; border-radius:3px; width: 160px;}
.login-widget .widget-body #LoginForm_rememberMe {margin-top: 20px; display: block; float: left; display: none; border: 1px solid red;}
.login-widget .icheckbox_square-aero {float: left; margin-top: 15px;}
.login-widget label.checkbox {float: left; margin: 16px 0 0 10px; padding: 0; display: block; cursor: pointer; color: #ccc; font-weight: normal; font-size: 1.0em;}


.login-widget footer {background: rgba(0,0,0,0.32); padding: 10px 20px;border-radius: 0 0 3px 3px;}
.login-widget footer button {width: 100%; background: #b7d700; border: 1px solid #b7d700; font-weight: bold; font-family: "Open Sans Condensed", arial; font-size: 1.25em;
-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all}
.login-widget footer button:hover {background: #a0bd00; color: #542989;}

#digital-clock {position: absolute; right: 20px; top: 5px; list-style: none;}
#digital-clock li {float: left; list-style: none; color: white;font-family: "Open Sans Condensed", arial; font-size: 1.25em; color: rgba(255,255,255,0.6);}

