.login-clean {
  /*background: #f1f7fc;*/
  /*padding: 80px 0;*/
  /*background-color: #1f2021;*/
}

.login-clean form {
  max-width: 720px;
  width: 80%;
  margin: 0 auto;
  background-color: #f1f7fc;
  padding: 80px;
  border-radius: 0px;
  color: #505e6c;
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.1);*/
}

#div-header {
  max-width: 720px;
  width: 95%;
  margin: 0 auto;
  background-color: rgb(0,183,156);
  padding: 10px;
  border-radius: 0px;
  /*color: #505e6c;*/
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.1);*/
  text-align: center;
}

.login-clean .illustration {
  text-align: center;
  padding: 0 0 5px;
  font-size: 100px;
  color: rgb(244,71,107);
  display: block;
}

.login-clean form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
}

.login-clean form .btn-primary {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}

.login-clean form .btn-primary:hover, .login-clean form .btn-primary:active {
  background: #eb3b60;
}

.login-clean form .btn-primary:active {
  transform: translateY(1px);
}

.login-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-clean form .forgot:hover, .login-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #434a52;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #8b8d90;
}

.login-dark form .btn-primary {
  background: #ffe000;
  border: none;
  border-radius: 0px;
  padding: 15px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
  background: #214a80;
  outline: none;
}

.login-dark form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
  opacity: 1;
  text-decoration: none;
}

.login-dark form .btn-primary:active {
  transform: translateY(1px);
}

#promo-div-body {
  width: 514px;
  height: 225px;
  margin: auto;
  background-color: #f0f0f0;
  /*margin-top: 15px;*/
  opacity: 0.98;
}

#promo-div-header {
  width: 514px;
  height: 113px;
}

#img-parceiro {
  width: 257px;
  height: 113px;
}

#img-aliado {
  width: 257px;
  height: 113px;
}

#container-promo {
  padding: 10px;
}

#label-caminho-oferta {
  width: 318px;
  height: 15px;
}

#text-dir-oferta {
  width: 318px;
  height: 31px;
  font-size: 18px;
  color: rgb(132,132,132);
  font-weight: bold;
  background-color: #ffffff;
  line-height: 30px;
}

#div-progress {
  width: 318px;
  height: 13px;
}

#grp-confort-direct {
  padding-top: 15px;
}

#link-cadastro {
  margin-top: 15px;
}

#promo-img-footer {
  width: 558px;
  height: 105px;
}

#promo-div-powered {
  width: 115px;
}

#promo-div-footer {
  width: 340px;
  margin-top: 15px;
}

#click-redirect {
  color: rgb(241,217,19);
}

#text-redirect {
  color: rgb(255,255,255);
}

#img-banner {
  width: 720px;
  margin: auto;
  height: 500px;
}

#div-banner {
  width: 100%;
  height: 768px;
}

.stl-corpo {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #000000;
  background-image: url("../../assets/img/grafismo_PRETO_FUNDO-TELA.png");
  background-size: cover;
  background-repeat: no-repeat;
}

