@charset "utf-8";

#auth { float: left; width: 100%; padding: 100px 0 300px; background-color: rgb(242 242 242);}
#auth .centro { margin: 0 auto; width: 320px; max-width: 90%;}
#auth .balao { float: left; width: 100%; padding: 50px 20px 40px; background-color: rgb(250 250 250); position: relative; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
#auth .logo { position: absolute; width: 100px; height: 100px; top: 0; left: 50%; margin: -50px 0 0 -50px;}

#auth .instrucoes { float: left; width: 100%; margin: 20px 0 0; text-align: center;}

#auth .form { float: left; width: 100%; margin: 10px 0 0;}
#auth .form .campo { float: left; width: 100%; height: 45px; padding: 10px 5px 10px 10px; margin: 5px 0; background-color: rgb(250 250 250); outline: 1px solid rgb(90 90 90 / 50%); font-size: 1em;}
#auth .form .campo:focus { outline: 1px solid rgb(0 140 255); -webkit-box-shadow: 0 0 10px 0 rgb(0, 0, 0, 20%); -moz-box-shadow: 0 0 10px 0 rgb(0, 0, 0, 20%); box-shadow: 0 0 10px 0 rgb(0, 0, 0, 20%);}
#auth .form .botao { float: left; width: 100%; padding: 12px 0; margin: 12px 0 0; background-color: rgb(15, 35, 51); text-transform: uppercase; text-align: center; font-weight: bold; font-size: 1em; color: #FFFFFF; cursor: pointer;}
#auth .form .botao:hover { background-color: rgb(70, 84, 91); color: rgb(250 250 250);}
#auth .form .bcinza { float: left; width: 100%; padding: 8px 0 5px; margin: 10px 0 0; background-color: rgb(90 90 90 / 20%); text-transform: uppercase; text-align: center; cursor: pointer;}
#auth .form .bcinza:hover { background-color: rgb(90 90 90 / 30%);}
#auth .form .comico { float: left; width: 100%; position: relative;}
#auth .form .comico em { position: absolute; width: 20px; height: 20px; top: 50%; right: 5px; margin: -10px 0 0; background-position: 50%; background-repeat: no-repeat;}
#auth .form .comico.nome em { background-image: url('../imagens/auth-nome.png');}
#auth .form .comico.telegram em { background-image: url('../imagens/auth-telegram.png');}
#auth .form .comico.celular em { background-image: url('../imagens/auth-celular.png');}
#auth .form .comico.email em { background-image: url('../imagens/auth-email.png');}
#auth .form .comico.senha em { background-image: url('../imagens/auth-senha.png');}
#auth .form .comico.indicacao em { background-image: url('../imagens/auth-indicacao.png');}
#auth .form .comico .campo { padding: 10px 30px 10px 10px;}

#auth .aviso { float: left; width: 100%; padding: 10px 8px 8px; margin: 20px 0 0; text-align: center;}
#auth .aviso.verde { background-color: rgb(60 128 99); color: rgb(250 250 250);}
#auth .aviso.vermelho { background-color: rgb(187 71 56); color: rgb(250 250 250);}

#auth .temporizador { float: left; width: 100%; padding: 10px 0 8px; text-align: center; font-size: 0.9em; color: rgb(90 90 90);}
#auth .bloqueado { float: left; width: 100%; padding: 10px 0 8px; margin: 20px 0 0; text-align: center;}

#auth .tentar { float: left; width: 100%; padding: 10px 0; margin: 20px 0 0; background-color: rgb(90 90 90 / 20%); text-align: center; color: rgb(90 90 90);}
#auth .tentar:hover { background-color: rgb(90 90 90 / 30%);}

#auth .opcoes { float: left; width: 100%; margin: 20px 0 0;}
#auth .opcoes a { float: left; width: 100%; padding: 5px 0; margin: 3px 0; outline: 1px solid rgb(90 90 90 / 20%); text-align: center; color: rgb(90 90 90);}
#auth .opcoes a:hover { background-color: rgb(90 90 90 / 20%);}

#auth .gootel { float: left; width: 100%; margin: 21px 0 0; text-align: center;}
