body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

.f-14 {
  font-size: 14px;
}

.w-90 {
  width: 90%;
}
.grey-section {
  background-color: rgba(237, 237, 237, 0.7) !important ;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.btn {
  border-radius: 0px;
}
.btn:focus {
  box-shadow: unset;
}

input[type="password"] {
  font-family: Verdana;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
@media (max-width: 991px) {
  .blue-striped-bg {
    height: 35px;
    background-position: 15% 50%;
  }
}
@media (max-width: 575px) {
  p.fs-5 {
    font-size: 16px !important;
  }
}
