body {
  font-family: "Open Sans", serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #13212c;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
}

.container {
  margin: 0 auto;
  text-align: center;
}

.form-login {
  background-color: #f8f9fa;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-login img {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
  height: auto;
}

.form-control {
  height: 40px;
  font-size: 1rem;
  border-radius: 8px;
}

.btn-primary {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
}

.input-group {
  width: 100%;
}

.btn-outline-secondary {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}

.form-label {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 5px;
}

.logo-container {
  text-align: center;
}

#logo_login {
  margin-bottom: 10px;
  width: 150px;
  height: auto;
}

section#section {
  background: white;
  border-radius: 20px;
  padding: 15px;
  width: 35%; /* ocupar toda a largura disponível */
  max-width: 400px; /* limitar a largura máxima a 1080px */
  margin: auto; /* centralizar horizontalmente */
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.603);
}

p#errologin {
  font-size: 14px;
  text-align: center;
  margin: auto;
  color: red;
}

div#errosenha {
  margin-top: 10px;
}

button#entrar {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 200px;
}

div.input-group {
  padding: 5px;
}

div#form {
  text-align: center;
  align-items: center;
}

#tentativas {
  margin-top: 25px;
  color: red;
}

#contador {
  color: red;
}

/* Celulares menores */
@media (max-width: 480px) {
  body {
    zoom: 70%;
  }
  section#section {
    width: 95%;
  }
}

@media (max-width: 1921px) {
  body {
    zoom: 85%; /
  }
  section#section {
    width: 95%;
  }
}
