   @import url('https://fonts.googleapis.com/icon?family=Material+Icons');

     body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #1a1a1a;
      color: #f0b429;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }
    .register-container {
      background: #2c2c2c;
      padding: 2rem 3rem;
      border-radius: 10px;
      box-shadow: 0 0 15px #f0b429aa;
      width: 100%;
      max-width: 420px;
    }
    h1 {
      margin-bottom: 1.5rem;
      text-align: center;
      font-weight: 700;
      color: #f0b429;
    }
    label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 600;
      color: #f0b429dd;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    select {
      width: 100%;
      padding: 0.6rem 3.5rem 0.6rem 0.8rem; /* increased right padding for icon */
      margin-bottom: 1.2rem;
      border: none;
      border-radius: 5px;
      background-color: #444444;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      transition: background-color 0.3s ease;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    select:focus {
      background-color: #555555;
      outline: none;
    }
    .password-wrapper {
      position: relative;
    }
    .toggle-password {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: #f0b429cc;
      cursor: pointer;
      font-size: 24px;
      user-select: none;
      padding: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color 0.3s ease;
    }
    .toggle-password:hover {
      color: #f0b429;
    }
    button {
      width: 100%;
      padding: 0.8rem;
      background-color: #f0b429;
      border: none;
      border-radius: 5px;
      color: #1a1a1a;
      font-weight: 700;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    button:hover {
      background-color: #d19a1a;
    }
    .login-link {
      margin-top: 1rem;
      text-align: center;
      font-size: 0.9rem;
      color: #f0b429cc;
    }
    .login-link a {
      color: #f0b429;
      text-decoration: none;
      font-weight: 700;
    }
    .login-link a:hover {
      text-decoration: underline;
    }
  






    .login-container {
      background: #2c2c2c;
      padding: 2rem 3rem;
      border-radius: 10px;
      box-shadow: 0 0 15px #f0b429aa;
      width: 100%;
      max-width: 400px;
    }
    h1 {
      margin-bottom: 1.5rem;
      text-align: center;
      font-weight: 700;
      color: #f0b429;
    }
    label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 600;
      color: #f0b429dd;
    }
    input[type="email"],
    input[type="password"] {
      width: 100%;
      padding: 0.6rem 2.8rem 0.6rem 0.8rem; /* Add right padding for icon space */
      margin-bottom: 1.2rem;
      border: none;
      border-radius: 5px;
      background-color: #444444;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      transition: background-color 0.3s ease;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      outline-offset: 2px;
    }
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: #555555;
      outline: 2px solid #f0b429;
      outline-offset: 2px;
    }
    .password-wrapper {
      position: relative;
       width: 100%;
      padding: 0.6rem 2.8rem 0.6rem 0.8rem; /* Add right padding for icon space */
      margin-bottom: 1.2rem;
      border: none;
      border-radius: 5px;
      background-color: #444444;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
    }
    .toggle-password {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: #f0b429cc;
      cursor: pointer;
      font-size: 24px;
      user-select: none;
      padding: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: background-color 0.2s ease, color 0.3s ease;
    }
    .toggle-password:hover,
    .toggle-password:focus {
      color: #f0b429;
      background-color: #44440044;
      outline: none;
    }
    button[type="submit"] {
      width: 100%;
      padding: 0.8rem;
      background-color: #f0b429;
      border: none;
      border-radius: 5px;
      color: #1a1a1a;
      font-weight: 700;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    button[type="submit"]:hover {
      background-color: #d19a1a;
    }
    .register-link {
      margin-top: 1rem;
      text-align: center;
      font-size: 0.9rem;
      color: #f0b429cc;
    }
    .register-link a {
      color: #f0b429;
      text-decoration: none;
      font-weight: 700;
    }
    .register-link a:hover {
      text-decoration: underline;
    }
    .forgot-link {
      margin-bottom: 1.6rem;
    }
    .forgot-link a {
      color: #f0b429cc;
      font-size: 0.9rem;
      text-decoration: none;
    }
    .forgot-link a:hover {
      text-decoration: underline;
    }
  





    .forgot-container {
      background: #2c2c2c;
      padding: 2rem 3rem;
      border-radius: 10px;
      box-shadow: 0 0 15px #f0b429aa;
      width: 100%;
      max-width: 400px;
    }
    h1 {
      margin-bottom: 1.5rem;
      text-align: center;
      font-weight: 700;
      color: #f0b429;
    }
    label {
      display: block;
      margin-bottom: 0.5rem;
      font-weight: 600;
      color: #f0b429dd;
    }
    input[type="email"] {
      width: 100%;
      padding: 0.6rem 0.8rem;
      margin-bottom: 1.5rem;
      border: none;
      border-radius: 5px;
      background-color: #444444;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      transition: background-color 0.3s ease;
    }
    input[type="email"]:focus {
      background-color: #555555;
      outline: none;
    }
    button {
      width: 100%;
      padding: 0.8rem;
      background-color: #f0b429;
      border: none;
      border-radius: 5px;
      color: #1a1a1a;
      font-weight: 700;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    button:hover {
      background-color: #d19a1a;
    }
    .back-link {
      margin-top: 1rem;
      text-align: center;
      font-size: 0.9rem;
      color: #f0b429cc;
    }
    .back-link a {
      color: #f0b429;
      text-decoration: none;
      font-weight: 700;
    }
    .back-link a:hover {
      text-decoration: underline;
    }
  




   h1 {
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 2.5rem;
    }
    p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
    }
    a.button, button {
      background-color: #f0b429;
      color: #1a1a1a;
      padding: 0.8rem 2rem;
      border: none;
      border-radius: 6px;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
    }
    a.button:hover,
    button:hover {
      background-color: #d19a1a;
    }


