.top {
  height: 112px;
  background-color: #FFFFFF;
  box-shadow: 0px 18px 15px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.body {
  background-color: #FAFAFA;
  padding-bottom: 20px;
}

.logo {
  margin-top: 30px;
}

.title {
  font-family: Montserrat;
  font-style: normal;
  line-height: 60px;
  font-size: 42px;
  text-align: center;
  color: #a2a9b1;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 600;
}

.content {
  background-color: #FFFFFF;
}

.inner-content {
  margin-left: 20%;
  margin-right: 20%;
}

.new-case {
  background: #d40d17;
  height: 41px;
  border: 1px solid #158F00;
  box-sizing: border-box;
  border-radius: 3px;
  padding-left:32px;
  padding-right: 32px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #FFFFFF;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Open Sans;
  line-height: normal;
  font-size: 14px;
}

.inner-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  letter-spacing: -0.225px;
  color: #8A8A8A;
  margin-bottom: 19px;
}

#consult-btn {
  margin-top: 20px;
}

.intro {
  margin-left: 20%;
  margin-right: 20%;
  font-family: Gotham-Medium;
  font-style: normal;
  line-height: 24px;
  font-size: 12px;
  text-align: justify;
  color: #a2a9b1;
  margin-bottom: 20px;
}

.intro-title {
  text-align: center;
  font-family: Gotham-Medium;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 25px;
  letter-spacing: -0.225px;
  margin-bottom: 15px;
  color: #a2a9b1;
}

.init-intro-text {
  font-size: 13px;
  margin-bottom: 20px;
}

.content-line {
  opacity: 0.4;
  border: 1px solid #979797;
}

.inner-content-hr {
  margin-left: 20%;
  margin-right: 23%;
}

.btn-low-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #4D4D4D;
}

#appbundle_complaint_code, #appbundle_complaint_password {
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 3px;
  width: 250px;
  height: 34px;
  background: #FAFAFA;
  text-align: center;
  color: #a2a9b1;
  background-color: white;
}

.label-form {
  text-align: left;
  font-family: Open Sans;
  line-height: normal;
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #8A8A8A;
}

#password-field {
  margin-top: 20px;
}

#appbundle_complaint_submit {
  background: #0091ff;
  height: 41px;
  border: 1px solid #158F00;
  box-sizing: border-box;
  border-radius: 3px;
  padding-left:83px;
  padding-right: 83px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #FFFFFF;
  margin-top: 30px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Open Sans;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
}

#footer {
  margin-top: 22px;
  margin-bottom: 45px;
  font-family: Gotham-Medium;
  line-height: normal;
  font-size: 12px;
  letter-spacing: -0.342857px;
  color:  #a2a9b1;
  mix-blend-mode: normal;
  opacity: 0.88;
}

.footer-low-text {
  margin-top: 29px;
  margin-bottom: 65px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.342857px;
  color: #8A8A8A;
  mix-blend-mode: normal;
}

#code-field, #password-field {
  font-family: Gotham-Medium;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.4px;
  color:  #a2a9b1;
  font-weight: 500 !important;
}

#row-form {
  margin: auto;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
}

.recover-code-footer {
  text-align:right;
  cursor: pointer;
  cursor: hand;
}

.recover-password-footer {
  text-align:left;
  margin-left: 29px;
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 480px){
  .intro-title {
    text-align: center;
    font-family: Gotham-Medium;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 23px;
    letter-spacing: -0.225px;
    margin-bottom: 11px;
    color: #a2a9b1;
  }

  .intro {
    margin-left: 10%;
    margin-right: 10%;
    font-family: Gotham-Medium;
    font-style: normal;
    line-height: 24px;
    font-size: 12px;
    text-align: justify;
    color: #a2a9b1;
    margin-bottom: 20px;
  }


  .title {
    font-family: Montserrat;
    font-style: normal;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
    color: #a2a9b1;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .recover-code-footer {
    float: left;
    text-align: inherit;
    cursor: pointer;
    cursor: hand;
  }

  .recover-password-footer {
    margin-left: 0px;
    text-align: inherit;
    cursor: pointer;
    cursor: hand;
  }

  .recover-space-footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.login-error {
  margin-top: 3px;
  font-family: Gotham-Medium;
  font-style: normal;
  line-height: 24px;
  font-size: 12px;
  color: #d40d17;
}
