section {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to right, #030303d0, #16161685, #25252552, transparent), url(../img/fishermansignup.jpg);
  background-position: center;
  backdrop-filter: sepia(100%);
  background-repeat: no-repeat;
  background-size: cover;
}
@font-face {
  font-family: Noto;
  src: url(../fonts/NotoSerifBengali-VariableFont_wdth,wght.ttf);
}
.login-img {
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 300px;
}
.background-radial-gradient {
  width: 100%;
  /* background-image: url(../img/fishermansignup.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  #radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(hsla(218, 87%, 65%, 0.438), hsla(218, 87%, 65%, 0.151));
    overflow: hidden;
    opacity: 50%;
  }

  #radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#44006b63, hsla(218, 87%, 65%, 0.452));
    overflow: hidden;
  }

  .bg-glass {
    background: #ffffff !important;
    /* backdrop-filter: blur(5px); */
    box-shadow: 2px 2px 15px #39333d, inset 1px 1px 1px #c0bfbf;
  }

h1 {
  color: hsl(218, 81%, 95%);
  margin-top: 150px !important;
}
.signin-title {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  color: #fff ;
  /* background: linear-gradient(to left, #5991f3, #5991f3, #5991f3, #3b7ceb); */
  background: #8ab2f8;
}
.signin-div {
  color: #ffffff62;
  margin-top: 10px !important;
}
.signin-body {
  z-index: 10;
}
.title {
  margin-top: 50px !important;
  color: hsl(219, 100%, 94%);
  font-family: Noto;
}
.subtitle {
  mix-blend-mode: overlay;
  color: hsl(218, 81%, 75%);
}
.sendOTP-btn {
  background: hsl(218, 84%, 65%) !important;
}
.sendOTP-btn:hover {
  background: hsl(218, 100%, 58%) !important;
}
.sendOTP-btn:hover {
  background: hsl(218, 81%, 75%);
}
@media (max-width: 767px) {
  section {
    width: 100%;
    height: 100%;
    background-image: url(../img/fishermansignup.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .login-img {
    height: 220px !important;
    width: 220px !important;
}
  .title {
    -webkit-text-stroke-width: 0px;
  }
  .subtitle {
    -webkit-text-stroke-width: 0px;
  }
}
.form-control {
  height: fit-content;
}
.form-dropdown {
  border-bottom: 2px solid #6997e7 !important;
  border: 1px solid #38383856;
  background: #fff;
  color: #575656;
  border-radius: 4px;
  font-size: small !important;
  width: 100%;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  }
.alert-text {
  background-color: hsl(0, 72%, 86%) !important;
  font-weight: 500;
  box-shadow: inset 2px 2px 15px rgb(216, 151, 151);
}
.o-lable {
  font-size: small !important;
}
select {
  font-size: small !important;
}
.form-select {
  border: 1px solid hsl(218, 100%, 58%) !important;
}
.alert {
  width: 95% !important;
}
.form-control {
  border-bottom: 2px solid #6997e7 !important;
  border: 1px solid #38383856;
  background: #fff;
  border-radius: 8px;
  font-size: small !important;
  border-radius: 5px 0px 0px 5px !important;
}