section {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to right, #3d3d3d9a, #36363634,#3a3a3a21, transparent), url(../img/fishermansignin.jpg);
  background-position: center;
  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: 350px;
    width: 350px;
}
.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(#44006b94, #ad1fff0c);
    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, #ad1fff60);
    overflow: hidden;
  }

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

h1 {
  color: hsl(218, 81%, 95%);
}
.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: 30px !important;
}
.signin-body {
  z-index: 10;
}
.title {
  margin-top: 10px !important;
  color: hsl(219, 100%, 94%);
  -webkit-text-stroke-width: 2px !important;
  font-weight: bolder;
  font-family: Noto;
}
.subtitle {
  color: hsl(218, 81%, 75%);
  /* text-shadow: 2px 2px 2px hsl(218, 81%, 95%); */
}
.admin-signin{
  background: hsl(218, 95%, 64%) !important;
}
.admin-signin:hover{
  background: hsl(218, 96%, 53%) !important;
}
.form-outline{
  border: none !important;
  border-radius: 5px;
  border-bottom: 2px solid hsl(218, 97%, 66%) !important;
}
@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;
  }
  .title {
    -webkit-text-stroke-width: 2px;
  }
}
.form-control {
  height: fit-content;
}
.alert-text {
  background-color: hsl(0, 72%, 86%) !important;
  font-weight: 500;
  box-shadow: inset 2px 2px 15px rgb(216, 151, 151);
}
.alert {
  width: 98% !important;
}
label {
  font-size: small !important;
}