html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-weight:normal;
	font-size:14px;
	min-width:100%;
	padding:0;
	margin:0;
}

#login { width:300px; margin:0 auto; display:block; }
#login img { max-width:100%; text-align:center; }
a {color:#336799;}

#rodape {
	text-align:center;
	font-size:11px;
	margin:30px 0;
}

/* Outros */
h2 {padding:0; margin:0; line-height:normal; font-size:14px; font-family: 'Roboto', sans-serif; text-transform:uppercase;}
.erro {width:93%; margin:10px auto; padding:6px; border:1px solid #900; color:#FFF; background-color:#900; text-transform:uppercase; font-size:12px;}
.erro ul { margin:0; }

/* Formulario
input:focus {outline:none;}
select:focus{outline:none;}
textarea:focus {outline:none;}
*/
label {display:block; margin:5px 0;}
input {
	width:94%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #CCC;
	padding: 6px;
	color: #444;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type="submit"]{
	background-color:#EEE;
	color:#000;
	padding:6px;
	font-size:14px;
	border-radius:3px;
	border:1px solid #CCC;
	cursor:pointer;
}

.submit {
	margin:30px 0 10px 0;
	text-align:center;
}

/* LOADING SUBMIT FORM */
#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity = 65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    width: auto;
    height: 30px;
    top: 40%;
    left: 45%;
    background: url('images/carregando.gif') no-repeat 0 50%; // o gif que desejar, eu geralmente uso um 20x20
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}
/* END */

@media only screen and (max-width: 800px) {
	#login {}
}