@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-display: swap;
}
.form-control,
input,
select,
textarea,
.btn {
  box-shadow: none !important;
  outline: none !important;
}

.wrapper {

  padding: 50px;
}

.wrapper.register {
  background-image: url(../images/registerBg.png);
}
@media (max-width: 1399px) {
  .wrapper {
    padding: 40px;
  }
}
@media (max-height: 1000px) {
  .wrapper {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding: 20px;
  }
}
@media (max-height: 840px) {
  .wrapper {
    padding: 20px;
  }
}
.wrapper .brand {
  height: auto;
  width: 300px;
}

.wrapper .form-container .form-body form {
  width: 100%;
  padding-bottom: 50px;
}
.login-container {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  flex-direction: column;
}
.or-container{
  flex-direction: column;
}
.or-container hr {
    width: 100%;
}
a.SSO-button-fb {
    width: 100%;
    border-radius: 60px;
    background: #4267B2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-image: url(../images/facebook-logo.svg);
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 25px;
}
.label-container a {
  color:#2CB88B;
}
p.or-text {
    text-align: center;
    margin-top: -29px;
    margin-bottom: 37px;
    width: min-content;
    display: block;
    color: #5B7A8B;
    background: #F7F7F9;
    position: relative;
    z-index: 999999;
    padding: 0 10px;
}
a.SSO-button-google {
    width: 100%;
    border-radius: 60px;
    background: #4285F4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-image: url(../images/google-icon.svg);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 25px;
}
p.sso-text {
    margin: 0;
}
.social a img {
  width: auto;
  height: 50px;
}
@media (max-width: 1399px) {
  .social a img {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .social a img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .social a img {
    height: 32px;
  }
}
.form-container {
    width: 39%;
}
@media (max-width: 767px) {
.form-container {
    width: 100% !important;
    margin-top:0px;
    
}
/* .background-container{
  width: 100%;
} */
.login-container {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

}

h1 {
  font-family: 'inter';
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  color: #13415A;
  letter-spacing: 0em;
  margin: 0 0 5px;
}

.form-body h1{
  font-family: 'inter';
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  color: #13415A;
  letter-spacing: 0em;
  margin: 0 0 5px;
}

.slug {
  margin: 10px 0 49px;
}
.slug {
    color: #5B7A8B;
    font-size: 18px;
    font-weight: 500;
}
.slug a{
    font-size: 18px;
    font-weight: 500;
    /* text-decoration: none; */
}
@media (max-width: 1399px) {
  .slug {
    margin: 0 0 50px;
  }
}
@media (max-width: 1199px) {
  .slug {
    margin: 0 0 40px;
  }
  .login-container {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1023px) {
  .login-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .background-container {
    width: 50%;
  }
  .form-container {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .slug {
    margin: 0 0 30px;
  }
}
.slug a {
  color: #2CB88B;
  /* border-bottom: 1px solid #2CB88B; */
  transition: 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slug a:hover {
  border-color: transparent;
  color: #2CB88B;
}

.form-group {
  margin: 0 0 18px;
  width: 100%;
}
@media (max-width: 1399px) {
  .form-group {
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .form-group {
    margin: 0 0 13px;
  }
}
@media (max-width: 991px) {
  .form-group {
    margin: 0 0 10px;
  }
}
.form-group + .text-start {
  margin: 20px 0 30px;
}
.page-template-template-login, .page-template-template-signup {
  background-color: #F7F7F9;
}

label {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #13415A;
  margin: 0 0 12px;
}
@media (max-width: 1399px) {
  label {
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  label {
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) {
  label {
    margin: 0 0 6px;
  }
}

.form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #D4D7DB;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #13415A;
}

.pass-field {
  position: relative;
}
.pass-field button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-54%);
}
.pass-field button::after {
  content: "";
  height: 24px;
  width: 1.4px;
  background-color: #13415A;
  position: absolute;
  top: 6px;
  right: 1px;
  transform: rotate(45deg);
  transform-origin: top;
  display: none;
}
.pass-field button.open::after {
  display: block;
}

a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #2C4BB8;
  text-decoration: none;
  display: inline-block;
}
/* a:hover {
  color: #2CB88B;
} */

.btn-green {
  padding:15px 0px !important;
  /* height: 60px; */
  width: 100%;
  background-color: #2CB88B;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0;
  font-weight: 700;
  transition: 0.12s ease;
  display: block;
  margin: 0 0 40px;
}
@media (max-width: 1400px) {
  .btn-green {
    height: 56px;
    font-size: 16px;
    min-width: 160px;
  }
}
@media (max-width: 1199px) {
  .btn-green {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
  }
}
.btn-green:hover {
  background-color: #2C4BB8;
  color: #fff;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 30px;
}
.form-check + .form-check {
  margin-top: -15px !important;
}
.form-check label {
  margin: 0px;
  color: #13415A;
}
.form-check label a {
  text-decoration: underline !important;
}

.form-check-input {
  height: 20px;
  width: 20px;
  border-radius: 5px;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #2CB88B;
  border-color: #2CB88B;
}

.form-check label:before {
  background-color: red;
}
/* Forget Password Screen */
.page-template-template-forgot-password, .page-template-template-forgot-password .form{
  background-color: #F7F7F9;
}
/* Forget Password Screen */