*,
body {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
}

p {
  font-size: inherit;
}

.bg-light-dark {
  background-color: #334155;
}

.rounded-custom {
  border-radius: 1.5625rem;
}

.right-1 {
  right: 0.625rem;
}

.bottom-1_5 {
  bottom: 1.125rem;
}

.bottom-2_5 {
  bottom: 2.9rem;
}

.border-radius-1 {
  border-radius: 0.9375rem;
}

.border-custom {
  border: 1px solid rgba(255, 255, 255, 0.29);
}

.font-normal {
  font-weight: normal !important;
}

.font-2 {
  font-size: 2rem;
}

.iti {
  width: 93.5%;
}

@media screen and (max-width: 767px) {
  .iti {
    width: 89.5%;
  }

  video {
    display: none;
  }
}
.iti > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input#phone {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.password_strength {
  margin-top: 11px;
  height: 3px;
  background: #efefef;
  width: 6.5em;
}

.btn.disabled,
.btn:disabled,
.btn[disabled],
fieldset:disabled .btn {
  background-color: #334155 !important;
  border: 1px solid #fff;
  color: #fff;
}

.mt-7 {
  margin-top: 7rem;
}

.form-check label {
  font-size: inherit;
}

.input-group-text {
  background-color: #fff;
}

.input-group > .form-control,
.iti > .form-control {
  border-right-color: #fff;
}

.form-control:focus {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none;
}

.video-container {
  width: 100%;
  height: 56.2%;
}

video {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
