@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


body {
  font-family: "Inter", sans-serif !important;
  /* font-family: "Poppins", sans-serif !important; */
  overflow: hidden;
  height: 100vh;
  color: #000 !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #2f4858 !important;
}
.text-primary {
  color: #f68712 !important;
}
.form-label {
  color: #212529 !important;
  font-size: unset !important;
}
.login-email-input input {
  font-size: unset !important;
}
.login {
  position: relative;
}
.login .left .card {
  position: relative;
  background: #f8f7fa;
  border-radius: 25px;
  height: calc(100vh - 50px);
}
.login .left .card::before {
  content: "";
  position: absolute;
  background-image: url(./bg-shape-image-light.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 135px;
  bottom: 0;
  left: 0;
}
.login .right .login-with .card {
  padding: 12px 6px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
}
.login .right .login-with .card p {
  font-size: 14px;
  font-weight: 500;
}
.login .right .login-with .card ul li {
  list-style: none;
  display: inline-block;
}
.login .right .btn-login {
  border-radius: 8px;
  border: 1px solid #3ccf91;
  background: #3ccf91;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.login .right .form-check-input:checked {
  border-color: #3ccf91;
  background-color: #3ccf91;
}

.reset .right .btn-login {
  padding: 10px 5px;
  font-size: 13px;
}
.reg {
  position: relative;
}
.reg .left .card {
  position: relative;
  background: #f8f7fa;
  border-radius: 25px;
  height: calc(100vh - 50px);
}
.reg .left .card::before {
  content: "";
  position: absolute;
  background-image: url(./bg-shape-image-light.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 135px;
  bottom: 0;
  left: 0;
}
.reg .right .login-with .card {
  padding: 12px 6px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
}
.reg .right .login-with .card p {
  font-size: 14px;
  font-weight: 500;
}
.reg .right .login-with .card ul li {
  list-style: none;
  display: inline-block;
}
.reg .right form select {
  border-color: #dee2e6 !important;
}
.reg .right .btn-reg {
  border-radius: 8px;
  border: 1px solid #3ccf91;
  background: #3ccf91;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.reg .right .form-check-input:checked {
  border-color: #3ccf91;
  background-color: #3ccf91;
}
.select2-container .select2-selection--single {
  height: 37.6px;
  line-height: 37.6px;
  background-color: transparent !important;
}
.select2-container--default .select2-selection--single {
  border-color: #dee2e6 !important;
  border-width: 1px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37.6px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  line-height: 37.6px;
  top: -3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 4px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3ccf91;
}
@media only screen and (max-width: 769px) {
  body {
    height: unset;
    overflow: unset;
  }
}
@media only screen and (max-width: 376px) {
  body {
    height: unset;
    overflow: unset;
  }
}
.socialite_buttons .card{
  padding: 12px 6px;
   border-radius: 8px;
   border: 1px solid #d0d5dd;
  }
  .socialite_buttons .card ul li{
  list-style: none;
  display: inline-block;
  }
  .socialite_buttons .card p{
  font-size: 13px;
      font-weight: 500;
  }
/* * {
        box-shadow: 0px 0px 0px 1px red;
      } */
