#div-img {
  width: 40%;
  height: 120px;
}

#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;
}

#div-header-promo {
  margin-bottom: 15px;
  background-image: url("../../assets/img/images.png");
  background-size: 35%;
  height: 113px;
  background-repeat: no-repeat;
  width: 720px;
  background-color: rgb(0,175,154);
}

#div-text {
  position: absolute;
}

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

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

.promo-body 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;
}

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

.promo-body form .btn-primary:hover, .promo-body form .btn-primary:active {
  background: #eb3b60;
}

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

.promo-body 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: inherit;
}

#text-relacionamento {
  width: 720px;
  height: 100px;
  background-color: #e0e0e0;
  margin-left: -30px;
  margin-bottom: 30px;
}

#head-relacionamento {
  max-width: 720px;
  width: 90%;
  height: 100px;
  margin: auto;
}

#text-relacionamento img {
  float: left;
}

#text-motivo {
  width: 70%;
}

.promo-body {
  margin-top: 2%;
}

#div-regras {
  float: left;
  width: 50%;
  align-content: center;
}

#div-share {
  float: right;
  width: 50%;
}

#div-footer-promo {
  height: 50px;
}

.img-footer {
  float: left;
}

.span-footer {
}

#img-relacionamento {
  left: 32px;
  top: 10%;
  position: relative;
}

#span-relacionamento {
  top: 25%;
  left: 72px;
  position: relative;
  width: 550px;
}

