/* ---------------------------------------------- */
/* HTML BODY ------------------------------------ */
/* ---------------------------------------------- */
html,body { height:100%; background:#ffffff; }


* { margin:0; padding:0; }

#logoMarca { width:200px; height:120px; position:absolute; left:50%; top:50%; margin:-160px 0px 0px -100px; }
#logoMarca img { width:200px; height:120px; float:left; }

form { width:200px; height:200px; position:absolute; left:50%; top:50%; margin:-40px 0px 0px -100px; }
form label { width:200px; float:left; display:block; margin:0px 0px 10px 0px; }
form label span { width:200px; float:left; display:block; }

form label input[type="text"]     { width:190px; height:40px; float:left; padding:0px 0px 0px 8px; border:1px solid #999999; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; outline:none; font-family:'Roboto Condensed', sans-serif; font-weight:400; font-size:12px; color:#ffffff; background:#182359; }

form label input[type="password"] { width:190px; height:40px; float:left; padding:0px 0px 0px 8px; border:1px solid #999999; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; outline:none; font-family:'Roboto Condensed', sans-serif; font-weight:400; font-size:12px; color:#ffffff; background:#182359; }

form label input[type="submit"] { width:198px; height:40px; float:left; display:block; border:1px solid #182359; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; font-family:'Roboto Condensed', sans-serif; font-weight:400; font-size:11px; color:#ffffff; background:#182359; }


/* ******************************************************** */
/* CSS PLACEHOLDER ---------------------------------------- */
/* ******************************************************** */
::-webkit-input-placeholder { color:#ffffff; }
:-moz-placeholder           { color:color:#ffffff; }
::-moz-placeholder          { color:color:#ffffff; }
:-ms-input-placeholder      { color:color:#ffffff; }