body {
  font-size: 16px;
  font-family: "Heebo", sans-serif, Arial, Helvetica, sans-serif;
  background: url("../img/fundo.jpg") #CE5429 no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

#login {
  height: 100vh;
  display: grid;
  place-items: center;
}
@media (max-width: 576px) {
  #login {
    margin: 2rem;
  }
}
#login .alert_regulamento {
  position: absolute;
  top: 1rem;
  display: flex;
  justify-content: center;
  margin-inline: 2rem;
}
#login .alert_regulamento {
  display: none;
}

#login-container {
  background: url("../img/fundo_login.png");
  background-size: cover;
  border-radius: 2rem;
  text-align: center;
}
#login-container .bg_light {
  border-radius: 2rem 0 0 2rem;
  padding: 3rem;
  background-color: #F8F9FA;
}
@media (max-width: 768px) {
  #login-container .bg_light {
    border-radius: 2rem 2rem 0 0;
    padding: 1rem;
  }
}
#login-container .bg_light h1 {
  color: #1A8255;
  font-size: 1em;
  font-weight: 600;
}
#login-container .bg_light p {
  color: #688787;
}
#login-container .bg_light .btn-laranja {
  border: 1px solid #CE5429;
  border-radius: 2rem;
  color: #CE5429;
}
#login-container .bg_light .btn-laranja:hover {
  background-color: #CE5429;
  color: #fff;
}
#login-container .bg-pattern {
  border-radius: 0 2rem 2rem 0;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #login-container .bg-pattern {
    border-radius: 2rem 2rem 0 0;
  }
}
#login-container .bg-pattern h1 {
  background: url("../img/titulo.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.3rem 1.5rem;
  display: inline;
  color: #fff;
  white-space: nowrap;
}
#login-container .bg-pattern h2 {
  background: url("../img/titulo.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.3rem 1.5rem;
  display: inline;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 992px) {
  #login-container .bg-pattern h2 {
    font-size: 1.55em;
  }
}
#login-container .bg-pattern .input-group img {
  width: 1.2rem;
}
#login-container .bg-pattern .input-group input[type=text], #login-container .bg-pattern .input-group input[type=password], #login-container .bg-pattern .input-group input[type=email] {
  padding-block: 0.8rem;
}
#login-container .bg-pattern .btn_enviar {
  background-color: #36A3BB;
  color: #fff;
  background-image: linear-gradient(45deg, #1A8255 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
#login-container .bg-pattern .btn_enviar:hover {
  background-position: 0;
}
#login-container .bg-pattern a {
  color: #1A8255;
}
#login-container .bg-pattern a:hover {
  color: #0a3623;
}
#login-container .bg-pattern .g-recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
  display: block;
  margin: 0 auto;
}
#login-container #forca_msg {
  width: 100%;
}
#login-container #forca_msg .fraca {
  background-color: #ff0000;
  display: inline-block;
  width: 25%;
  height: 5px;
}
#login-container #forca_msg .media {
  background-color: #FFD700;
  display: inline-block;
  width: 50%;
  height: 5px;
}
#login-container #forca_msg .forte {
  background-color: #16a722;
  display: inline-block;
  width: 75%;
  height: 5px;
}
#login-container #forca_msg .excelente {
  background-color: #0f6416;
  display: inline-block;
  width: 100%;
  height: 5px;
}
#login-container .regulamento {
  color: #1A8255;
  cursor: pointer;
}
#login-container .regulamento:hover {
  color: #0a3623;
}/*# sourceMappingURL=login.css.map */