/* ========================================
   reset-password - Page Styles
   Extracted from reset-password.ejs
   ======================================== */

.reset-wrap {
        max-width: 460px;
        margin: 60px auto;
        padding: 24px;
        border-radius: 14px;
        background: #eef2f7;
        box-shadow: 0 10px 35px rgba(0,0,0,0.08);
      }
      .reset-wrap h1 {
        margin: 0 0 12px 0;
        font-size: 22px;
        font-weight: 800;
      }
      .field {
        margin: 12px 0;
      }
      .field label {
        display: block;
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 6px;
        color: #0f172a;
      }
      .field input {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #cbd5e1;
        border-radius: 10px;
        font-size: 15px;
        background: #fff;
        outline: none;
      }
      .error {
        background: #fee2e2;
        color: #991b1b;
        padding: 10px 12px;
        border-radius: 10px;
        margin: 10px 0 14px 0;
        font-weight: 700;
        font-size: 14px;
      }
      .btn {
        display: inline-block;
        padding: 10px 16px;
        border-radius: 10px;
        border: none;
        background: #2563eb;
        color: white;
        font-weight: 800;
        cursor: pointer;
        font-size: 15px;
      }
      .note {
        font-size: 13px;
        color: #475569;
        margin-bottom: 8px;
      }
