/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .tab-1dogsports-standard .tab-1dogsports-content {
    padding: 0;
  }

  .box-type-user {
    max-width: 400px;
    margin: 20px auto;
  }

  .col-service-login-form-login, .col-service-signup-form-sign {
    text-align: center;
  }

  .margin-top-mobile {
    margin-top: 70px;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (max-width: 480px) {
  .tab-1dogsports-standard .tab-1dogsports-content {
    padding: 0;
  }

  .box-type-user-btn, .box-type-user-btn__modal {
    width: unset;
  }

  .col-service-login-form-login, .col-service-signup-form-sign {
    padding: 0 !important;
  }
  .col-service-login-form-login .box-type-user, .col-service-signup-form-sign .box-type-user {
    max-width: 400px;
    margin: 20px auto;
  }
  .col-service-login-form-login .col-service-login-form-login, .col-service-login-form-login .col-service-signup-form-sign, .col-service-signup-form-sign .col-service-login-form-login, .col-service-signup-form-sign .col-service-signup-form-sign {
    text-align: center;
  }

  .margin-top-mobile {
    margin-top: 70px;
  }

  .box-business-finish {
    padding: 10px !important;
  }
}

/*# sourceMappingURL=responsive.css.map */
