.login-page, .register-page {
  height: auto !important;
}

#bg {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
#bg #img-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-image: url("/img/login/bg-top.png");
  background-size: 100% 10%;
  background-repeat: no-repeat;
  z-index: -2;
}
#bg #img-bottom {
  position: absolute;
  top: 0%;
  right: 70%;
  bottom: 0;
  left: 0;
  background-image: url("/img/login/bg-bottom.png");
  background-size: 100% 10%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -2;
}
#bg #img-ondas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/login/bg-ondas.svg");
  background-size: cover;
  background-position: bottom left;
  z-index: -3;
}
#bg #bloco-formulario {
  border-radius: 10px;
  width: 100%;
  margin: 5rem 0 8rem;
  border: 0.1px solid #B1B1B1;
  overflow: hidden;
}
@media (max-width: 768px) {
  #bg #bloco-formulario {
    margin: 1rem 0 8rem;
  }
}
#bg #bloco-formulario #col_img_login {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #bg #bloco-formulario #col_img_login {
    height: 50vh;
  }
}
#bg #bloco-formulario #col_img_login .bgLogin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../img/login/bg_login.jpg");
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
#bg #bloco-formulario #col_img_login .bgLogin::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgb(233, 236, 239));
}
@media (min-width: 768px) {
  #bg #bloco-formulario #col_img_login .bgLogin::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgb(233, 236, 239));
  }
}
#bg #bloco-formulario .card {
  border-radius: 0;
  box-shadow: none;
}
#bg #bloco-formulario .card .card-body {
  background-color: #e9ecef;
}
#bg #bloco-formulario .card .card-body .header_auth {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(1) {
  flex-grow: 1.5;
  flex-basis: 0;
}
#bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(1) h3 {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #553039;
}
#bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(2) {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(2) {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(2) {
    flex-grow: 2;
  }
}
#bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(2) #logo_ceert {
  flex-grow: 1;
  flex-basis: 0;
}
#bg #bloco-formulario .card .card-body .header_auth div:nth-of-type(2) #logo_parceiro {
  flex-grow: 1;
  flex-basis: 0;
}
#bg #bloco-formulario .card .card-body .form-row .form-group {
  position: relative;
}
#bg #bloco-formulario .card .card-body .form-row .form-group label {
  font-weight: 400;
  color: #553039;
}
#bg #bloco-formulario .card .card-body .form-row .form-group input {
  border-radius: 35px;
  padding-left: 3rem;
  border: 0;
}
#bg #bloco-formulario .card .card-body .form-row .form-group i {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  transform: transl-ateY(-50%);
  color: #000;
  padding: 0.5rem;
}
#bg #bloco-formulario .card .card-body .form-row .form-group img {
  max-width: 1rem;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
}
#bg #bloco-formulario .card .card-footer {
  background-color: #e9ecef;
}
#bg #bloco-formulario .card .card-footer a {
  color: #B1B1B1;
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: underline;
  white-space: nowrap;
}
#bg #bloco-formulario .card .card-footer .btn {
  border-radius: 30px;
  border: 1px solid;
  color: #FFF;
  margin-top: 0;
}
#bg #bloco-formulario .card .card-footer #btn-cancelar {
  background-color: #D5D5D5;
  color: #656565;
  border: 1px solid #D5D5D5;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
#bg footer {
  position: absolute;
  bottom: 2rem;
}
#bg footer p {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #707070;
  font-weight: 300;
}
#bg .barra-verde {
  position: absolute;
  bottom: 0;
  height: 1.25rem;
  width: 100%;
}/*# sourceMappingURL=login.css.map */