@font-face {
  font-family: 'Yukari';
  src: url('yukari.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#logofont {
  font-family: 'Yukari', sans-serif;
}

body {
  font-family: 'Inter', sans-serif;
  color: white;
  background: black;
  background-image: url('https://blindr.tech/img/main.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


.form-container {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0px 13px 100px 37px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 13px 100px 37px rgba(0, 0, 0, 1);
box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 1);
}



input[type="text"] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
input[type="email"] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
input[type="file"] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
input[type="tel"] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
input {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
textarea {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}
input::placeholder {
    color: #ffffff77 !important;
}

textarea::placeholder {
    color: #ffffff77 !important;
}

select {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
}


.downloadbtn {
 border: 1px solid white; 
  color: white;
}