@media (min-width: 980px) {
  #main {
    width: 660px;
  }
}

body {
  min-width: auto;
}

@media (min-width: 700px) {
  body {
    min-width: 700px;
  }
}

@media (max-width: 700px) {

  header.module-header .welcome {
    display: none !important;
  }

  .module-header>div {
    display: flex;
    justify-content: center;
  }

  .module-login {
    width: 100% !important;
    margin: 6vh 0 0 0 !important;
    padding: 12px 12px 0 12px;
    box-shadow: none;
  }

  #main {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .module-header .logo {
    float: none !important;
    margin: 18px 0 !important;
  }

  .module-footer {
    display: none !important;
  }

  .col5,
  .step-1 li,
  .step-1 li .col6 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .module-login .padding form ul.step-1 li input {
    margin-left: 0 !important;
    width: 100%;
  }

  .module-login .padding form ul.step-1 li label.error {
    width: 100%;
  }

  .module-login .padding form ul.step-2 li input {
    width: 40px;
  }

  .step-2 .digit-1 .error {
    width: calc(600%) !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }

  .module-login input.large:focus {
    outline: none;
    border-color: #f15a24;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.15);
  }

  .module-login .padding form ul li label[for=name] {
    height: 40px;
    padding-top: 11px
  }

  #btnsubmit {
    height: 52px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: all 0.2s ease;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 600;
  }

  #btnsubmit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(241, 90, 36, 0.25);
  }

  #btnsubmit:active {
    transform: translateY(0);
    box-shadow: none;
  }

  #gbtnforgot {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .module-login a {
    color: #c24a2c !important;
    font-size: 13px !important;
  }

  input {
    background: #f2ede7 !important;
    font-size: 16px !important;
  }

  input::placeholder {
    font-size: 14px;
  }

  form h1 span {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  label {
    font-size: 1rem;
    font-weight: 600;
  }

  label span {
    font-size: 0.85rem !important;
    font-weight: 400;
    opacity: 0.8;
  }

  .padding {
    margin: 0;
  }
}

.module-notification-banner {
  height: auto;
  font-size: 1rem;
  border: 1px solid #e1a999;
  background: #f6dfd6;
  box-shadow: none;
}