@media (max-width: 1199px) {
  .common-form-wrapper {
    padding: 70px 0 20px;
  }
  .common-form-style.register-form {
    max-width: 450px;
    height: calc(100% - 70px);
  }
  .auth-logo a span {
    font-size: 40px;
    line-height: 48px;
  }
  .auth-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .common-form-wrapper {
    padding: 15px 0 15px;
  }
  .auth-logo {
    position: relative;
    margin-bottom: 10px;
    left: auto;
    top: auto;
  }
}
@media (max-width: 575px) {
  .auth-logo a span {
    font-size: 37px;
    line-height: 1.2;
  }
  .auth-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .common-form-style {
    padding: 0 12px;
  }
  .common-form-spacing {
    padding: 20px 12px;
  }
  .common-form-style .form-group {
    margin-bottom: 10px;
  }
  .btn.common-web-btn {
    padding: 8px;
    font-size: 16px;
  }
  .account-register-link {
    margin-top: 16px;
  }
  .info-title {
    font-size: 13px;
  }
  .form-bottom-link {
    font-size: 14px;
  }
  .accordion-main-header {
    font-size: 16px;
    margin: 10px 0 !important;
  }
  .accordion-button:after {
    background-size: 13px !important;
    background-position: right;
  }
  .common-modal-popup .modal-body {
    padding: 12px;
  }
  .common-modal-popup .modal-header {
    padding: 8px 12px;
  }
  .nf-footer-section {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  #auth #auth-left {
    padding: 5rem;
  }
}
