@charset "utf-8";
/* CSS Document */

html, body {
background: #1B4669;
background: -moz-radial-gradient(center,ellipse cover,#376482 0,#1B4669 100%);
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#376482),color-stop(100%,#1B4669));
background: -webkit-radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
background: -o-radial-gradient(center,ellipse cover,#376482 0,#1B4669 100%);
background: -ms-radial-gradient(center,ellipse cover,#376482 0,#1B4669 100%);
background: radial-gradient(center,ellipse cover,#376482 0,#1B4669 100%);
color: #6E6E6E;
font: normal 11px/1.25em "helvetica","arial",sans-serif;
height: 100%;
padding: 0;
margin: 0;
text-align: center;
}
#login-page{padding-top:50px;}
#land-login legend{font-size:1.5em;border:none;margin-bottom:0px;}
#land-login{border-bottom:3px solid #ffd205;background:#fcfcfc;margin:20px auto;float:none;box-shadow:0 0 6px #213849;}
#land-login input[type="text"], #land-login input[type="password"]{border-radius:2px;height:34px;}
#land-login input.submitbtn {
background: #55AAD2;
border: none!important;
border-top: 1px solid #5FAAC8;
border-bottom: 1px solid #3791B4;
color: #FFF;
cursor: pointer;
display: inline-block;
font-family: "helvetica","arial",sans-serif;
font-size: 14px;
font-weight: 700;
height: 35px;
letter-spacing: .05em;
line-height: 1em;
margin: 0;
padding: 0 25px;
text-align: center;
text-shadow: 0 -1px 0 #286982;
width: 100%;
-webkit-appearance: none;
-webkit-border-radius: 2px!important;
-moz-border-radius: 2px!important;
border-radius: 2px!important;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#land-login input.submitbtn:hover {
background: #326487;
border-top: 1px solid #285A7D;
border-bottom: 1px solid #285A7D;
text-shadow: 0 -1px 0 #1D5A80;
}
h5#notes{color:#b4c3cd;font-size:11px;font-weight:500;}
h5#notes span{color:#ebebeb;text-shadow:0 -1px 0 #213849;font-weight:600;}
h5#notes sup{font-size:7px;padding-left:2px;}
@media(max-width:768px){
	.login{padding:10px;}
	}