    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

   body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0d1117;
  color: #fff;
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

    .container {
      width: 100%;
     max-width: 500px;
    }

    .logo-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
    }

    .logo {
      font-size: 20px;
      font-weight: bold;
    }
.checkbox-group a:hover {
  color: #fff;
}
    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-toggle {
      background: #1a1f2a;
      color: #fff;
      font-size: 13px;
      padding: 6px 12px;
      border-radius: 6px;
      border: 1px solid #333;
      cursor: pointer;
    }

    .dropdown-toggle:hover {
      background-color: #111827;
    }

    .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #1f2937;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
      padding: 10px;
      border-radius: 8px;
      z-index: 999;
      top: 100%;
      right: 0;
      min-width: 180px;
    }

    .dropdown-menu a {
      display: flex;
      align-items: center;
      padding: 6px 8px;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      border-radius: 4px;
    }

    .dropdown-menu a:hover {
      background-color: #2d3748;
    }

    .dropdown-menu img {
      margin-right: 6px;
      height: 14px;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .card {
      background-color: #1f2937;
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0,0,0,0.3);
    }
     
	  .card h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
	 .header {
      margin-bottom: 20px;
    }

    .header h2 {
      font-size: 20px;
      margin-bottom: 8px;
    }

    .header p {
      font-size: 14px;
      color: #ccc;
    }
	
	
    .header-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .signup {
      font-size: 14px;
      color: #facc15;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    h3 {
      margin-bottom: 16px;
      font-size: 16px;
      border-bottom: 2px solid #facc15;
      padding-bottom: 6px;
    }

    .input-group {
      margin-bottom: 16px;
    }

    .input-group input {
      width: 100%;
      padding: 12px;
      background: #111827;
      border: 1px solid #374151;
      border-radius: 6px;
      color: #fff;
    }

    .password-wrapper {
      position: relative;
    }

    .password-wrapper i {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #ccc;
    }

    .forgot {
      display: block;
      text-align: right;
      font-size: 13px;
      margin-top: -10px;
      margin-bottom: 18px;
      color: #facc15;
      text-decoration: none;
    }

    .login-btn {
      width: 100%;
      background: #facc15;
      border: none;
      color: #000;
      font-weight: bold;
      padding: 12px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .login-btn:hover {
      background: #ffe475;
    }

    .security-notice {
      margin-top: 20px;
      background-color: #0f172a;
      padding: 12px;
      border-radius: 8px;
      font-size: 13px;
      color: #facc15;
      text-align: center;
      line-height: 1.5;
    }

    .risk-disclosure {
      margin-top: 30px;
      background: #111827;
      padding: 16px;
      border-left: 4px solid #facc15;
      border-radius: 6px;
      font-size: 13px;
      line-height: 1.6;
      color: #ccc;
    }

    .risk-disclosure strong {
      color: #facc15;
      font-size: 14px;
    }

    @media screen and (max-width: 480px) {
      .dropdown-toggle {
        font-size: 12px;
        padding: 5px 8px;
      }
    }
	
	 .skiptranslate{ 
        display: none;
visibility: hidden;
}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
  body {top: 0px !important; position: static !important; }
    .goog-te-banner-frame {display:none !important}
	
	
	.reset-btn {
      width: 100%;
      background: #facc15;
      border: none;
      color: #000;
      font-weight: bold;
      padding: 12px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .reset-btn:hover {
      background: #ffe475;
    }

    .back-login {
      text-align: center;
      margin-top: 18px;
      font-size: 13px;
    }

    .back-login a {
      color: #facc15;
      text-decoration: underline;
    }
	
	 @media screen and (max-width: 600px) {
      form {
        grid-template-columns: 1fr;
      }

      .register-btn,
      .login-link {
        grid-column: span 1;
      }
    }


 .register-btn {
      grid-column: span 2;
      width: 100%;
      background: #facc15;
      border: none;
      color: #000;
      font-weight: bold;
      padding: 12px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .register-btn:hover {
      background: #ffe475;
    }
	
	  form {
      display: grid;
      
    }

    .full-width {
      grid-column: span 2;
    }

    .input-group {
      position: relative;
    }

    .input-group input {
      width: 100%;
      padding: 12px;
      background: #111827;
      border: 1px solid #374151;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
    }

    .input-group i {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      cursor: pointer;
      color: #ccc;
    }

 .notice {
      font-size: 13px;
      color: #facc15;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .input-row {
      display: flex;
      gap: 8px;
      margin-bottom: 16px;
    }

    .input-row input {
      flex: 1;
      padding: 12px;
      background: #111827;
      border: 1px solid #374151;
      border-radius: 6px;
      color: #ccc;
      font-size: 14px;
    }

    .input-row button {
      padding: 12px 14px;
      background: #facc15;
      color: #000;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .input-row button:hover {
      background: #ffe475;
    }

    .otp-inputs {
      display: flex;
      gap: 8px;
      justify-content: space-between;
      margin-bottom: 18px;
    }

    .otp-inputs input {
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 12px;
}

    .verify-btn {
      width: 100%;
      background: #facc15;
      border: none;
      color: #000;
      font-weight: bold;
      padding: 12px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .verify-btn:hover {
      background: #ffe475;
    }
	
	    .input-group input,
    .input-group select,
    .input-group textarea {
      width: 100%;
      padding: 12px;
      background: #111827;
      border: 1px solid #374151;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
    }

    .input-group textarea {
      resize: vertical;
      min-height: 60px;
    }
	
	
    .instruction {
      border-left: 3px solid #facc15;
      padding-left: 12px;
      text-align: left;
      font-size: 14px;
      color: #ccc;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .qr-code {
    /* background-color: white; */
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    /* width: 200px; */
}

    .qr-code img {
      width: 160px;
      height: 160px;
    }

    .buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
    }

    .btn {
      padding: 10px 20px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      transition: 0.3s;
    }
 .btn-cancel {
      background-color: #dc2626;
      color: #fff;
    }

    .btn-cancel:hover {
      background-color: #ef4444;
    }
	
	   .input-group select,
    .input-group input[type="file"] {
      width: 100%;
      padding: 12px;
      background: #111827;
      border: 1px solid #374151;
      border-radius: 6px;
      color: #fff;
      font-size: 14px;
    }

    .input-group input[type="file"]::-webkit-file-upload-button {
      background-color: #facc15;
      border: none;
      padding: 6px 12px;
      border-radius: 6px;
      color: #000;
      font-weight: bold;
      cursor: pointer;
    }
	
	.input-group label {
      font-size: 14px;
      margin-bottom: 6px;
      display: block;
      color: #facc15;
    }
