*{margin:0; padding:0; outline-style:none; box-sizing:border-box; font-family:Open Sans}
html, body{height:100%}
body{overflow-x:hidden;overflow-y:hidden}
label{cursor:pointer}

#Login {float:left; width:100%; height:100%; background-color:#1E1E1E; font-family: 'Poppins', sans-serif; position:relative}

#Login .Corpo {width: 100%; text-align: center; float: left; height: 100%; display: flex; align-content: center; justify-content: center;}

#Login .DivLogo {float:left; width:45%; margin-top:16px; text-align:center; display:flex; justify-content: center; align-items: center; flex-direction: column;}

#Login .Login {float:left; width:45%; margin-top:16px; text-align:center; display:flex; justify-content: center; align-items: center; flex-direction: column;}

#Login .Inputs {width:400px; height:44px; margin-bottom:12px; padding:0px 16px; border:1px solid #e1e1e1; border-radius:5px; font-size:12px; color:#868686}

#Login .BotaoLogin {-webkit-appereance:none; cursor:pointer;text-transform:uppercase; text-align:center; width:400px; height:44px; font-size:17px; font-weight:700; color:#FFF; background-color:#1f57a6; padding:10px 20px; text-transform: uppercase; border-radius:10px; border:0px; }

#Login .BotaoLogin:hover {background-color:#1d4a8a; cursor:pointer; }

#Login .txt {float:left; width:100%; text-align: center; color:#FFF; font-size:13px; margin-top:12px}
