@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/public/fonts/BeVietnamPro/BeVietnamPro-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.font-be-vietnam-pro {
  font-family: "Be Vietnam Pro", sans-serif;
}

html,
body,
.main-frame {
  background: transparent;
  font-size: 14px;
  color: #141416;
}

.main-frame a {
  color: #3060FF;
}

.h-100vh {
  height: 100vh;
}

.fs-8 {
  font-size: 8pt;
}

.fs-10 {
  font-size: 10pt;
}

.fs-16 {
  font-size: 16pt;
}

.fs-18 {
  font-size: 18pt;
}

.fs-20px {
  font-size: 20px;
}

.fs-16px {
  font-size: 16px;
}

.fs-14px {
  font-size: 14px;
}

.lh-24px {
  line-height: 24px;
}

.fw-normal {
  font-weight: normal;
}

.mt-30px {
  margin-top: 30px;
}

.fw-300 {
  font-weight: 300;
}

.custom-input {
  border-radius: 8px;
  padding: 12px;
  background-color: #F3F3F3;
  border: none;
  color: #444444;
  font-weight: 300;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
}

.custom-input::placeholder {
  color: #89898A;
  opacity: 0.5;
}

.custom-submit {
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 48px;
  background-color: #2B56E6;
  color: #fff;
  font-weight: 500;
  font-family: 'Be Vietnam Pro', sans-serif;
  cursor: pointer;
}

.custom-submit:hover {
  background-color: #0069d9;
}

.card-info tr td {
  padding: 10px 0px;
  vertical-align: top;
}

.field-name {
  font-weight: 300;
}