/* Responsive Design */
@media (max-width: 768px) {
  .form-wrapper {
    padding: 1em;
    margin: 1em auto;
    width: 80%;
  }

  h1 {
    font-size: 1.3em;
  }

  .button-panel .button {
    font-size: 1em;
    height: 45px;
  }

  .password-notice {
    font-size: 0.75em;
  }

  .form-footer {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .form-wrapper {
    padding: 1em;
    margin: 1.5em auto;
    width: 90%;
    min-width: 250px;
  }

  .form-wrapper form {
    padding: 0 0.5em;
  }

  h1 {
    font-size: 14px;
  }

  .form-item input {
    font-size: 0.9em;
    height: 45px;
  }

  .button-panel .button {
    font-size: 0.9em;
    height: 45px;
  }

  .password-notice {
    font-size: 0.7em;
  }
}
