/* =========================
   MOBILE AUTH STYLES
   Note that this overlaps with the navigation styles.
   ========================= */

.mobile-layout {
  h2 {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }

  .field {
    padding: 0 1rem;
    margin-bottom: 1.25rem;
  }

  .field input[type="email"],
  .field input[type="password"],
  .field select {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem;
    font-size: 16px; /* Prevents iOS zoom on focus */
    box-sizing: border-box;
  }

  .actions {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }

  .actions input[type="submit"] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 16px;
  }

  .shared-links {
    padding: 1rem;
    margin-top: 1rem;
  }

  .shared-links a {
    display: block;
    margin-bottom: 0.5rem;
  }
}
