body {
  background-color: #fff;
  /*
    @media (min-width: 1100px) {
      .right-lander img{
        min-width: 800px;
        max-width: 1400px;
      }
    }
  
    @media (min-width: 870px) and (max-width: 1000px) {
      .right-lander img {
        padding-top: 30px;
        padding-left: 40px;
        min-width: 711px;
      }
    }
  
    @media (min-width: 768px) and (max-width: 869px) {
      .right-lander img {
        padding-top: 30px;
        padding-left: 60px;
        min-width: 711px;
      }
    }
  */ }
  body .city {
    background-image: url(../../../assets/images/background_bizcity.jpg); }
  body.register {
    background-image: url(../../../assets/images/zip_login_splash_non_sf.jpg); }
  body.state-farm {
    background-image: url(../../../assets/images/zip_login_splash_sf_updated.jpg); }
  body.statefarm {
    background-image: url(../../../assets/images/zip_login_splash_sf_updated.jpg); }
  body.login #left {
    padding-top: 5%; }
  body.register #left {
    padding-top: 7%; }
  body #left section {
    width: 250px;
    margin: 0 auto; }
    body #left section .btn-block {
      margin-top: 15px; }
  body #left .panel {
    background-color: transparent; }
  body #left img#logo {
    display: block;
    margin: 0 auto; }
  body #background-lander {
    max-width: 100%;
    height: auto;
    width: auto; }
