@charset "utf-8";

#auth {
  float: left;
  width: 100%;
  padding: 11px 0;
}

#auth .instrucao {
  float: left;
  width: 100%;
  padding: 11px 0 0;
  text-align: center;
}

#auth .form {
  float: left;
  width: 100%;
}

#auth .form .c1 {
  float: left;
  width: 100%;
  margin: 14px 0 0;
  position: relative;
}

#auth .form .c100 {
  float: left;
  width: 100%;
  margin: 14px 0 0;
  position: relative;
  text-align: center;
}

#auth .form .campo {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 3px solid #e0e0e0; /* Adicione uma borda */
  border-radius: 20px; /* Adicione cantos arredondados */
  outline: none;
}

#auth .form .campo:focus {
  border-color: #d4d4d4; /* Cor da borda quando focado */
}

#auth .form .j_senha .chave {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  bottom: 15px;
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
}

#auth .form .j_senha .chave.mostrar {
  background-image: url('../../imagens/geral/preto-auth-senha-mostrar.png');
}

#auth .form .j_senha .chave.ocultar {
  background-image: url('../../imagens/geral/preto-auth-senha-ocultar.png');
}

#auth .form .submit {
  height: 50px;
  padding: 0 20px;
 background: linear-gradient(90deg, #EF5466, #CA2A36);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

#auth .form .submit.disabled {
  background-color: rgb(90 90 90 / 50%);
}

#auth .form .submit.disabled:hover {
  background-color: rgb(90 90 90 / 50%);
}

#auth .form .submit:hover {
  background-color: #005b52;
}

#auth .form .politica {
  float: left;
  width: 100%;
  margin: 12px 0 0;
  position: relative;
}

#auth .form .politica .checkbox {
  display: none;
}

#auth .form .politica .checkbox + label {
  float: left;
  width: 100%;
  cursor: pointer;
}

#auth .form .politica .checkbox + label b {
  float: left;
  margin: 5px 0 0 22px;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  cursor: pointer;
}

#auth .form .politica .checkbox + label b a {
  font-weight: bold;
}

#auth .form .politica .checkbox + label em {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url('../../imagens/geral/preto-auth-checked-no.png');
  background-repeat: no-repeat;
  background-position: 50%;
}

#auth .form .politica .checkbox:checked + label em {
  background-image: url('../../imagens/geral/preto-auth-checked.png');
}

#auth .opcoes {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

#auth .opcoes button {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 2px 0;
  text-align: center;
  border-radius: 20px;
}

#auth .opcoes button:hover {
  background-color: rgb(90 90 90 / 20%);
}
