@font-face {
  font-family: "intel-one";
  src: url("fonts/intelone-display-light.woff2") format("woff2");
}

@font-face {
  font-family: "intel-clear";
  src: url("fonts/intel-clear-latin-lite.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Playfair Display"; */
  font-family: "intel-one", sans-serif;
}

p,
body,
a,
li,
div {
  font-family: "intel-clear", sans-serif;
}
.login-img img {
  width: 100%;
  object-fit: cover;
}
.view-terms a {
  text-decoration: underline !important;
  font-weight: 600;
  color: #123484 !important;
}
.stay-login label.checkbox {
  width: max-content !important;
}
.relative {
  position: relative;
}
.login-foot a {
  text-decoration: none;
  font-weight: 600;
}
.or-login {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
}
.or-login::after {
  content: "";
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}
label,
.iti {
  width: 100%;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0 !important;
  padding: 8px;
  height: auto !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
}
.or-login span {
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 0 10px;
}
.login-img:after {
  content: "";
  background: linear-gradient(27deg, #000000b0, transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.row.login-main-r {
  width: 100%;
}

.custom-logo {
  text-align: right;
}

.dark {
  color: #123484 !important;
}

h2 {
  font-size: 32px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #505050;
}
.social-logins ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.ls-2 {
  letter-spacing: 2.69px;
}
input.form-control,
select.form-select {
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  padding: 10px;
  margin-bottom: 20px;
}
label {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}
.forgot a {
  font-weight: 600;
  text-decoration: none;
}
.custom-logo img {
  height: 120px;
  width: auto;
}
button.dark-btn:hover {
  color: white !important;
  background: #123484 !important;
}
button.dark-btn {
  background-color: white !important;
  color: #123484 !important;
  border: 1px solid #123484 !important;
  padding: 10px 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.social-logins ul img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin: 0 8px;
}

.checkbox > input:checked {
  background-color: #123484;
  border: 1px solid #123484;
}

.checkbox > input {
  height: 21px;
  width: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox > input:checked + span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 13px;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  align-items: center;
}

.login-background {
  height: 100vh !important;
  background: url(../images/loginBg.png);
  background-size: cover;
  background-position: center;
}
.login-img {
  display: none;
}

.select-gendr {
  display: flex;
}

.select-gendr .form-check {
  margin-right: 20px;
}

.login-section.forgot-pass {
  height: 100vh;
}

img.forgot-lock {
  height: 24px;
}

/*  OTP page */

.verification-code {
  /* max-width: 300px; */
  position: relative;
  margin: 50px auto;
  text-align: center;
}
.control-label {
  display: block;
  margin: 40px auto;
  font-weight: 900;
}
.verification-code--inputs input[type="text"] {
  border: 2px solid #e1e1e1;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

.otp-verify .login-main-r {
  min-height: 100vh;
}

.toast-top-right {
  top: 12px;
  margin: 0 auto;
  left: 40%;
}
@media (max-width: 991px) {
  .stay-login {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .row.login-main-r .login-form {
    padding: 20px !important;
  }
  .login-img {
    display: block !important;
  }
  .row.login-main-r {
    flex-flow: column-reverse;
  }
  .login-background {
    background: none !important;
  }
  .row.login-main-r {
    margin: 0 auto !important;
  }
  .stay-login {
    flex-flow: column;
  }
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
  border-radius: 0px !important;
}
