body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
}
.bg-img {
  /* background: url('vion_image.png') no-repeat center center fixed; */
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background: rgba(0,0,0,0.4); */
  z-index: 2;
}
.main-content {
  position: relative;
  z-index: 3;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vion-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Inter', "Segoe UI", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.vion-logo img {
  /* width: 90px; */
  margin-bottom: 10px;
}
.login-card {

  background-color: #16191E !important;
  border-radius: 27px;
border: 1px #696B6F solid !important;
  padding: 3rem 2.5rem 2rem 2.5rem;
  /* min-width: 480px; */
  color: #fff;
  min-width: 624px;
  height: 509px;
}

.login-card_age-verification{
   /* border-width: 0px, 0px, 0px, 0px; */
  background: linear-gradient(
    109.46deg,
    rgba(201, 201, 201, 0.3) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  );
  background: linear-gradient(
    109.46deg,
    rgba(201, 201, 201, 0.2) 0.57%,
    rgba(196, 196, 196, 0.1) 100%
  ) !important;
  /* border-style: solid; */
  background-color: rgba(22, 24, 28, 1) !important;
  border-radius: 15px;

  padding: 3.5rem 2.5rem 2rem 2.5rem;
  max-width: 80% !important;
  color: #fff;
}

.forgot-link {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: underline;
  float: right;
}
@media (max-width: 900px) {
  .main-content {
    flex-direction: column;
  }
  .vion-logo {
    margin-bottom: 2rem;
  }
}

.set_input {
  background: linear-gradient(
    109.46deg,
    rgba(201, 201, 201, 0.4) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  ) !important;
/* background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.4) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2) !important; */
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 6px !important;
  color: #000 !important;
  padding: 10px !important;
  border: 1px #D1D1D2 solid !important;
}

/* Password wrapper styling */
.password-wrapper {
  position: relative;
}

.password-wrapper .set_input {
  padding-right: 40px !important; /* Make room for eye icon */
}

/* Password field should respect inline color styles */
#password.set_input {
  color: #FFFFFF !important;
}

#email.set_input{
  color: #FFFFFF !important;
}

/* Remove browser autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(201, 201, 201, 0.4) inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: linear-gradient(
    109.46deg,
    rgba(201, 201, 201, 0.4) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  ) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #D5DBE6;
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
  z-index: 10;
  transition: color 0.2s ease;
}

.password-toggle:hover {
  color: #ffffff;
}

.password-toggle:focus {
  outline: none;
}

::placeholder{
	color: rgba(255, 255, 255, 1) !important;
}

.my-box {
  position: relative;
  background: transparent;
  border: none !important;
  border-radius: 5px !important; /* rounded-2 equivalent */
  z-index: 1;
}

.my-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 1px;
  background: linear-gradient(90deg, #090F1A 0%, #A7AFBC 49.04%, #090F1A 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.required_label{
	color: rgba(203, 16, 43, 1) !important;
}

.remember-checkbox {
  accent-color: rgba(203, 16, 43, 1); /* makes checkbox red */
  width: 16px;
  height: 16px;
  cursor: pointer;
}


.footer {
  border-bottom: 1px solid transparent !important; /* Required for border-image to show */
  border-image-source: linear-gradient(90deg, #090F1A 0%, #A7AFBC 49.04%, #090F1A 100%) !important;
  border-image-slice: 1 !important; /* Necessary to make the gradient fill the border */
  color: rgba(213, 219, 230, 1);
  position: relative;
  bottom: 0;
  width: 100%;
}

.alert {
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  }

.alert-danger {
  background-color: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff6b6b;
  }

.alert-success {
  background-color: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.4);
  color: #51cf66;
  }
input:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Button padding for login page */
.login-card .btn {
    padding: 10px !important;
}

::placeholder{
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  
}