@font-face {
  font-family: "NeoSansStd";
  src: url("./fonts/NeoSansStd/NeoSansStdRegular.otf") format("opentype");
}

html,
body {
  margin: 0;
  padding: 0;
}

.background {
  background: url("/images/background.png"),
    radial-gradient(
      100% 197.75% at 0% 50%,
      #264269 0%,
      rgba(38, 66, 105, 0) 100%
    ),
    no-repeat center center fixed;
  background-color: rgba(38, 66, 105, 0.5);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply;
}

#formBox {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 255, 255, 0.75) 100%
  );
  box-shadow: 24px 24px 64px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  opacity: 0.9;
  box-shadow: 5px 0px 60px #11233d;
  border-radius: 15px;
  width: 313px;
}

#myTab {
  border-bottom: 0px solid #fff;
}

#myTabContent {
  height: 220px;
}

#profile {
  top: calc(50% - 80px); 
  width: 90%;
}
#qrcode {
  top: calc(50% - 50px);
  width: 90%;
}
#passwd {
  top:calc(50% - 60px); 
  width:90%;
}

.desc {
  font-weight: 400;
  margin-top: 5%;
  color: #ffffff;
}

#buttons {
  color: #ffffff;
  font-weight: 200;
  background: linear-gradient(115.5deg, #f37021 20.36%, #f09852 79.79%);
  border: 2px solid rgba(240, 152, 82, 0.3);
  box-sizing: border-box;
  /* neumorph shadow */

  box-shadow: -8px -8px 16px #f4f9ff, 8px 8px 18px rgba(178, 190, 207, 0.5);
  border-radius: 15px;
}

.dashboardContentContainer {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    #fafbff;
  background-blend-mode: soft-light, normal;
  border-radius: 15px;
  padding: 24px;
}

.label {
  color: #4776a5;
}

.text {
  color: #264269;
}

.accountQuestion {
  color: #4776a5;
}

.card-footer.applyLoan {
  margin: auto -16px -16px -16px;
  background-color: #f0f0f0;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.applyLoan p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.bg-white {
  background-color: #fff !important;
}

.text-red {
  color: #ee2809;
}

.text-darkblue {
  color: #264269;
}

.text-green {
  color: #218838;
}

.text-yellow {
  color: #fec10b;
}