body {
  background-color: #F0F0F0; 
}

.form-form .form-container {
    min-height: unset;
    margin-top: 45px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 719px) {
 .form-form .form-container {
      margin-top: 0px;
  }
}

.auth-logo{
  margin: 10px auto 30px;
  width: 200px;  
}

.terms_condition .wf-icon-zoom-link{
  display: none;
}

.footer-wrapper {
    padding: 0px 20px 50px 18px;
    text-align: center;
}

.footer-wrapper .footer-section.f-section-1, .footer-wrapper .footer-section.f-section-2 {
    display: block;
    text-align: center;
}

.footer-wrapper {
    display: inline-block;
}

.btn-primary {
    color: #fff !important;
    background-color: #25497a !important;
    border-color: #25497a;
}

.g-recaptcha div{  
    margin: 0px auto;
    text-align: center;
}

#system-message{
    max-width: 475px;
    margin: 20px auto 0px;
    text-align: center;
}

.login-logo{
    width: 325px;
    margin: 0px auto 20px;
}

@media only screen and (max-width: 991px) {
    .g-recaptcha div{  
        margin: 0px !important
    }
}