/* CSS Document */

/* **************************************************************GERAL */

* { margin:0; padding:0; font-family: 'Abel', sans-serif; font-weight:300; font-size:14px; transition:all 0.2s linear 0s; outline:none;}

body { 	margin:0px auto; background:#20235f; text-align:left; color:#181818;}

#content_login { background:#f1e434; position:absolute; left:0; top:0; right:0; bottom:0;} 

/* TEXTOS */
a { color:#bbb; float:left; margin:10px 0 0 20px; }
h1 { font-size:28px; font-weight:normal;}
.clear { clear:both;}
/* FORMULARIOS */


::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}


/*ESTRUTURA */
#tela_login { width:30%; padding:30px; margin:100px auto 0 auto;}

#tela_login img { max-width:100%; margin-bottom:30px;}

#tela_login input[type=text], input[type=password] { background:#fff; border:solid 1px #ccc; color:#20235f; padding:20px 10px; margin-bottom:0px; font-size:16px; font-weight:bold; border-radius:5px;}

#tela_login button { background:#20235f; cursor:pointer; border:0; border-radius:5px; color:#fff; padding:10px 0px; font-size:16px; float:left; width:100%; font-weight:bold;}


