
body {
    min-height: 100vh;
    min-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Arial, sans-serif;
}




#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
    filter: brightness(0.8) blur(1.5px);
    border-radius: 0;
}

.inputtile {
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 420px;
    max-width: 200vw;
    padding: 40px 32px 32px 32px;
    border-radius: 24px;
    background: rgba(30, 30, 30, 0.75);
    border: none;
    margin: 0 auto;
    z-index: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}




input {
    width: 210px;
    padding: 10px 12px;
    border: none;
    border-radius: 12px;
    background: rgba(0,0,0,0.55);
    color: #f6f4f4;
    font-size: 1rem;
    outline: none;
    margin-bottom: 15px;
    z-index: 1;
    
}

input::placeholder {
    color: #a3a3a3;
}
input:focus {
    background: #181818;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

input:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.phone { position: relative; display: inline-block; }
.phone .flag-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-82%);
  width: 25px;
  height: 25px;
  pointer-events: none;
}



button {
    width: 100%;
    border: none;
    border-radius: 12px;
    
    background: rgba(0,0,0,0.55);
    cursor: pointer;
    width: 100%;
    margin: 12px;
    padding: 12px ;
    
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: transform 0.1s, box-shadow 0.1s;
    z-index: 1;
}
button:hover {
    background: #181818;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
button:active {
    transform: scale(0.98);

    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px;
}





.inputtile { 
    transition: background-color 450ms ease; 
}
.inputtile.green { 
    background: rgba(22,59,0,0.8);
    box-shadow: rgba(22,59,0,0.2) 0px 7px 29px 0px; 
    box-shadow: rgba(22,59,0,0.25) 0px 54px 55px, rgba(22,59,0,0.12) 0px -12px 30px, rgba(22,59,0,0.12) 0px 4px 6px, rgba(22,59,0,0.17) 0px 12px 13px, rgba(22,59,0,0.09) 0px -3px 5px;

}

.inputtile { 
    transition: background-color 450ms ease; 
}
.inputtile.red { 
    background: rgba(71, 8, 0, 0.8);
    box-shadow: rgba(71, 8, 0, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(71, 8, 0, 0.25) 0px 54px 55px, rgba(71, 8, 0, 0.12) 0px -12px 30px, rgba(71, 8, 0, 0.12) 0px 4px 6px, rgba(71, 8, 0, 0.17) 0px 12px 13px, rgba(71, 8, 0, 0.09) 0px -3px 5px;  
}



button.shake {
  animation: shake 0.5s ease-in-out infinite;
}

#number.shake {
  animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
  0% { transform: translate(0, 0); }
  10% { transform: translate(-3px, 0); }
  20% { transform: translate(3px, 0); }
  30% { transform: translate(-3px, 0); }
  40% { transform: translate(3px, 0); }
  50% { transform: translate(-3px, 0); }
  60% { transform: translate(3px, 0); }
  70% { transform: translate(-3px, 0); }
  80% { transform: translate(3px, 0); }
  90% { transform: translate(-3px, 0); }
  100% { transform: translate(0, 3); }
}


select.input {
  display: block;
  /* WIDTH CONTROL: adjust these two to change overall control width */
  width: 240px;              /* <-- width: controls how wide the control is in its container */
  max-width: 420px;         /* <-- max-width: caps the width on large screens */

  /* HEIGHT / SPACING: restored original (taller) input height */
  padding: 10px 12px;       /* <-- vertical/horizontal padding controls visual height */
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;

  /* COLOR CONTROL: text, background and border */
  color: #a3a3a3;                     /* <-- text color */
  background: rgba(0,0,0,0.55);        /* <-- background color */
  border: 1px solid rgba(0,0,0,0); /* <-- border color */

  border-radius: 12px;      /* <-- corner radius (affects perceived height) */
  box-sizing: border-box;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.6);
  transition: border-color 150ms ease, box-shadow 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}


select.input {
  cursor: pointer;
  padding-right: 48px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-position: calc(100% - 16px) center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23EAEAEA' d='M6 8L0 0h12z'/></svg>");
}


select::-ms-expand {
  display: none;
}



select.input:focus {
  outline: none;
  background: #181818;
  
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



select option:hover {
  background-color: #ffcc00; /* Change this to your desired color */
  color: #333; /* Change this to your desired text color */
}

select.input option {
  background: rgba(0,0,0,0.85);
  color: #f6f4f4;
  padding: 6px 10px;
}

/* small-screen tweaks */
@media (max-width: 480px) {
  .input,
  select.input {
    font-size: 15px;
    padding: 10px 14px;
    border-radius: 12px;
  }
}