* {font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;}

body {height:360px; overflow:hidden; margin:0; background:#fff;}
#login {padding:0; overflow:hidden;}

/* #login h1 {font-size:28px; text-align:center; margin:-3px 0 30px 0; border-bottom:1px solid #999; color:#fff; background:#4385C2; text-shadow:2px 2px 2px #000;} */
#login h1 {font-size:28px; text-align:center; margin:-3px 0 30px 0; border-bottom:1px solid #999; color:#fff; background:#EB4D4A; text-shadow:2px 2px 2px #000;}
#login h2 {
    border-top: 1px #CCC solid;
    padding: 0px 0px 5px 0px; margin:0;
    font-size: 18px;
    font-weight: bold;
	}
#login table {border-spacing:7px; margin:0 auto;}
#login table td {font-size:12px; font-weight:normal; text-align:left;}
#login table table {border-spacing:2px; margin:0;}
#login table table td {vertical-align:top; font-size:10px;}

#login input[type=text],#login input[type=password] {
	width:200px; font-size:16px;
    color: #333; background:#f0f0ff;
	padding:5px 8px;
	outline:0;
    border: none!important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
	}
#login input[type=text]:focus,#login input[type=password]:focus {background:#fff;}

#login input[type=submit], #login input[type=button] {font-size:16px; padding:6px 30px; margin-top:6px; background:#EB4D4A;}
#login input[type=submit]:hover, #login input[type=button]:hover {cursor:pointer;}

#login td.boxlogin {padding:1em 2em;}

#login div.wrn {color:red; font-size:14px; text-align:center; margin:6px 0 12px 0;}
#login a:link, #login a:visited {color:#444; font-size:14px; text-decoration:none;}
#login a:hover {color:#EB4D4A;}

.home3 {background:#263121; text-align:center;}
.img3 {background:url(../images/home3.jpg) no-repeat top center; background-size:100%; width:100%; height:90px;}
.mid {display:inline-block; width:50%; text-align:center;}
#midrt {float:right; border-left:1px solid #ccc;}

@media (max-width:313px) {
#login td.boxlogin {padding:1em 1em;}
}
