    html, body {
      height: 100%;
      margin: 0;
    }

    .page-wrapper {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .main-content {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 0;
    }   

    #footer {
      margin-top: auto;
    }

    .centered-box {
        width: auto;
        max-width: 75vh;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 1%;
        overflow: auto;
        overflow-x: hidden;
    }

    .centered-box .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -8px;
    }

    .centered-box .input-field.col {
      padding: 0 8px;
    }

    .extra-space {
      display: none;
    }

    @media (min-width: 3840px) {
    .centered-box .news-content {
        width: 60%;
    }
    .centered-box {
        width: auto;
    }
    h4 {
        font-size: 64px;
    }
    h5 {
        font-size: 50px;
    }
    .centered-box .brand-logo {
        font-size: 64px;
        padding: 32px 16px;
    }
    p {
        font-size: 32px;
    }
    .input-field input {
      font-size: 32px !important;
    }
    .input-field.col {
      font-size: 48px;
    }
    .input-field label {
      font-size: 32px;
    }
    .input-field span {
      font-size: 32px !important;
    }
    .input-field button {
        font-size: 26px;
        padding: 25px 30px;
        line-height: 25%;
    }
    .verify-box .btn.lighten-1 {
        font-size: 26px;
        padding: 25px 30px;
        line-height: 25%;
    }
    .verify-box button {
        font-size: 26px;
        padding: 25px 30px;
        line-height: 25%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
    .centered-box {
        width: auto;
    }
    .verify-box p {
      font-size: 14px;
      line-height: 1.2;
    }
    .verify-box {
      width: auto !important;
      max-width: 60vw !important;
    }
    .centered-box {
        max-width: 60vw;
    }
    .centered-box > * {
      margin: 5px 0;
    }
    .centered-box p {
      font-size: 14px;
    }
    .centered-box h4 {
      font-size: 30px;
    }
    .input-field input[type="email"],
    .input-field input[type="password"] {
      height: 2.2rem;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }
    .input-field label {
      font-size: 0.8rem;
    }
}

    @media (min-width: 0px) and (max-width: 1279px) {
      .centered-box {
        font-size: 10px;
      }
      h1 {
        font-size: 18px;
      }
      .centered-box {
        width: auto;
        max-width: 70vw;
      }
      .verify-box p {
        font-size: 12px;
        line-height: 1.2;
      }
      .verify-box {
        width: auto !important;
        max-width: 70vw !important;
      }
    .centered-box > * {
      margin: 5px 0;
    }
    .centered-box p {
      font-size: 14px;
    }
    .centered-box h4 {
      font-size: 30px;
    }
    .input-field input[type="email"],
    .input-field input[type="password"] {
      height: 2.2rem;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }
    .input-field label {
      font-size: 0.8rem;
    }
      .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
        margin-bottom: 0;
      }

      button.btn {
        margin-top: 5px;
      }
      
      html, body {
        height: 100%;
        margin: 0;
      }

      .page-wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
      }

      .main-content {
        flex: 1;
      }

      #footer {
        margin-top: auto;
      }
    }