body {
  font-family: "Nunito", sans-serif;
  background-color: #f4f4f4;
  min-height: 100vh; }

.brand-wrapper {
  margin-bottom: 19px; }
  .brand-wrapper .logo {
    height: 60px; }

.login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden; }
  .left-image {
    background-color: #fafaec;}
  .login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .login-card .card-body {
    padding: 85px 60px 60px; }
    @media (max-width: 422px) {
      .login-card .card-body {
        padding: 35px 24px; } }
  .login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px; }
  .login-card form {
    max-width: 326px; }
  .login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 11px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal; }
    .login-card .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-moz-placeholder {
      color: #919aa3; }
    .login-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::placeholder {
      color: #919aa3; }
  .login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #000;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px; }
    .login-card .login-btn:hover {
      border: 1px solid #000;
      background-color: transparent;
      color: #000; }
  .login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; }
  .login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .login-card-footer-text {
        margin-bottom: 24px; } }
  .login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3; }

/*# sourceMappingURL=login.css.map */


.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.btn-loading:after {
  content: '';
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - (1.4em / 2));
  top: calc(50% - (1.4em / 2));
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Modern auth layout for sign in / sign up pages */
body.auth-modern {
  font-family: "Nunito", sans-serif;
  background-color: #f4f4f4;
  color: #101828;
}

body.auth-modern main {
  padding: 16px 0;
}

body.auth-modern .container {
  max-width: 1730px;
}

body.auth-modern .login-card {
  border: 1px solid #e6e9ee;
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(32, 54, 84, 0.16);
  overflow: hidden;
  background: #fff;
}

body.auth-modern .left-image {
  background-color: #fafaec;
  min-height: 860px;
  position: relative;
}

body.auth-modern .login-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.auth-modern .login-card .card-body {
  position: relative;
  min-height: 860px;
  padding: 24px 28px 22px;
  display: flex;
  flex-direction: column;
}

body.auth-modern .auth-pane > :not(.auth-back-link):not(.email-login-modal) {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

body.auth-modern .auth-back-link {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 15px 6px 6px;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #f0efee;
  color: #929292;
  text-decoration: none;
}

body.auth-modern .auth-back-link:hover,
body.auth-modern .auth-back-link:focus {
  background: rgba(0, 0, 0, 0.07);
  border-color: #c7ccd3;
  color: #7a818b;
  text-decoration: none;
}

body.auth-modern .auth-back-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  color: #929292;
  font-size: 24px;
  line-height: 1;
}

body.auth-modern .auth-back-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

body.auth-modern .auth-brand {
  margin-bottom: 10px;
}

body.auth-modern .brand-wrapper .logo {
  height: 82px;
  width: auto;
}

body.auth-modern .auth-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

body.auth-modern .auth-rate-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}

body.auth-modern .auth-rate-row strong {
  font-weight: 800;
}

body.auth-modern .auth-stars {
  color: #facd4d;
  letter-spacing: 1px;
  font-size: 14px;
}

body.auth-modern .auth-trustpilot {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #222;
  font-weight: 700;
}

body.auth-modern .trustpilot-star {
  color: #22b573;
}

body.auth-modern .auth-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.03;
  color: #000;
  letter-spacing: -0.02em;
  font-weight: 800;
}

body.auth-modern .auth-title span {
  background: linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

body.auth-modern .auth-help-text {
  margin: 0;
  color: #60789d;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

body.auth-modern .auth-switch {
  display: flex;
  width: 100%;
  background: linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
  box-shadow: 0 5px 30px rgba(25, 154, 95, 0.2);
  border-radius: 22px;
  margin-top: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

body.auth-modern .auth-switch .switch-btn {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 16px;
  height: 48px;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

body.auth-modern .auth-switch .switch-btn.active {
  background: #f9f9f9;
  color: #000;
}

body.auth-modern .auth-switch .switch-btn:hover {
  text-decoration: none;
}

body.auth-modern .auth-form {
  max-width: none;
}

body.auth-modern .auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 14px;
}

body.auth-modern.auth-signin-page .auth-form-grid {
  grid-template-columns: 1fr;
}

body.auth-modern .auth-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.auth-modern .auth-field-full {
  grid-column: 1 / -1;
}

body.auth-modern .auth-field label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.16;
  color: #000;
  font-weight: 700;
}

body.auth-modern .login-card .form-group {
  margin-bottom: 0;
}

body.auth-modern .login-card .form-control {
  background: #f5f7fb;
  border-radius: 18px;
  border: 1px solid #edf1f5;
  height: 48px;
  padding: 0 20px;
  margin-bottom: 0;
  color: #0d2a55;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

body.auth-modern .login-card .form-control:hover,
body.auth-modern .login-card .form-control:focus {
  background: #f5f7fb;
  border-color: #d7dee7;
  box-shadow: none;
}

body.auth-modern .login-card .form-control::placeholder {
  color: #98a4b7;
  font-weight: 600;
}

body.auth-modern .auth-recaptcha {
  margin-top: 18px;
  margin-bottom: 8px;
}

body.auth-modern .auth-recaptcha .g-recaptcha {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
}

body.auth-modern .auth-alert-wrap {
  margin-top: 6px;
  margin-bottom: 8px;
}

body.auth-modern .auth-utility-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

body.auth-modern .auth-remember-wrap {
  margin-bottom: 0;
  padding-left: 30px;
}

body.auth-modern .auth-remember-wrap .custom-control-label {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

body.auth-modern .auth-remember-wrap .custom-control-label::before,
body.auth-modern .auth-remember-wrap .custom-control-label::after {
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

body.auth-modern .auth-remember-wrap .custom-control-label::before {
  background: #f9f9f9;
  border: 1px solid #d7dde6;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.auth-modern .auth-remember-wrap .custom-control-label::after {
  transition: opacity 0.25s ease;
}

body.auth-modern .auth-remember-wrap .custom-control-input:checked ~ .custom-control-label::before {
  background: linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
  border-color: #2d9464;
  box-shadow: 0 4px 12px rgba(45, 148, 100, 0.25);
}

body.auth-modern .auth-remember-wrap .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 8 8%22%3e%3cpath fill=%22%23fff%22 d=%22M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%22/%3e%3c/svg%3e");
}

body.auth-modern .auth-forgot-link {
  color: #2d9464;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

body.auth-modern .auth-forgot-link:hover {
  color: #237a52;
  text-decoration: none;
}

body.auth-modern .auth-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

body.auth-modern .auth-primary-btn {
  background: linear-gradient(270deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
  box-shadow: 0 5px 30px rgba(25, 154, 95, 0.2);
  width: 100%;
  border-radius: 18px;
  letter-spacing: -0.015em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  height: 48px;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.auth-modern .auth-primary-btn:hover,
body.auth-modern .auth-primary-btn:focus {
  background: linear-gradient(90deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
  color: #fff;
  border: 0;
}

body.auth-modern .auth-primary-full {
  width: 100%;
}

body.auth-modern .auth-social-wrap {
  width: 100%;
}

body.auth-modern .auth-social-wrap hr {
  display: none;
}

body.auth-modern .auth-social-wrap .social-login {
  margin-bottom: 0;
}

body.auth-modern .auth-social-wrap .social-login .btn-google {
  width: 100%;
  height: 48px;
  border-radius: 18px;
  border: 1px solid #f2f1f0;
  background: #f8f9f8;
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 12px;
  box-shadow: 0 5px 30px rgba(54, 62, 147, 0.12);
  text-decoration: none;
}

body.auth-modern .auth-social-wrap .social-login .btn-google:hover,
body.auth-modern .auth-social-wrap .social-login .btn-google:focus {
  border-color: #d7dde6;
  box-shadow: 0 8px 18px rgba(54, 62, 147, 0.16);
  text-decoration: none;
}

body.auth-modern .auth-social-wrap .social-login .google-logo {
  width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
}

body.auth-modern .auth-footer-text {
  display: flex;
  justify-content: center;
  gap: 6px;
  background: #f9f9f9;
  border-radius: 18px;
  padding: 12px 10px;
  margin-top: 14px;
  margin-bottom: 0;
  border: 1px dashed #e7e7e7;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

body.auth-modern .auth-footer-text a {
  color: #2d9464;
  font-weight: 700;
  text-decoration: none;
}

body.auth-modern .auth-footer-text a:hover {
  color: #237a52;
  text-decoration: none;
}

body.auth-modern .auth-home-link-wrap {
  margin-top: 8px;
}

body.auth-modern .auth-home-link {
  color: #60789d !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

body.auth-modern .auth-home-link:hover {
  color: #274575 !important;
  text-decoration: none;
}

body.auth-modern.auth-signup-page .auth-footer-text {
  margin-bottom: 10px;
}

body.auth-modern .auth-google-bottom {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

body.auth-modern .auth-google-bottom-btn {
  width: 100%;
  height: 48px;
  border-radius: 18px;
  border: 1px solid #f2f1f0;
  background: #f8f9f8;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  box-shadow: 0 5px 30px rgba(54, 62, 147, 0.12);
}

body.auth-modern .auth-google-bottom-btn:hover,
body.auth-modern .auth-google-bottom-btn:focus {
  border-color: #d7dde6;
  box-shadow: 0 8px 18px rgba(54, 62, 147, 0.16);
  color: #000;
  text-decoration: none;
}

body.auth-modern .auth-google-bottom-btn .google-logo-color {
  width: 22px;
  height: 22px;
  max-height: 22px;
}

body.email-modal-open {
  overflow: hidden;
}

body.auth-modern .email-login-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.auth-modern .email-login-modal.is-open {
  display: block;
}

body.auth-modern .email-login-modal__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

body.auth-modern .email-login-modal__dialog {
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  max-width: 760px;
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(15, 30, 55, 0.35);
  padding: 28px 30px 22px;
  max-height: 84vh;
  overflow: auto;
}

body.auth-modern .email-login-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #274575;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.auth-modern .email-login-modal__close:hover {
  background: #eef2f8;
}

body.auth-modern .email-login-modal__dialog h3 {
  margin: 0 0 10px;
  color: #274575;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

body.auth-modern .email-login-modal__dialog p {
  margin: 0 0 16px;
  color: #60789d;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

body.auth-modern .email-login-modal__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 10px;
  margin-bottom: 10px;
}

body.auth-modern .email-login-modal__row input {
  min-width: 0;
  width: 100%;
  height: 46px;
  border: 1px solid #b7c6e0;
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  outline: none;
}

body.auth-modern .email-login-modal__row input:focus {
  border-color: #36bd74;
  box-shadow: 0 0 0 4px rgba(53, 197, 129, 0.18);
}

body.auth-modern .email-login-modal__row button {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 0;
  padding: 0 12px;
  background: linear-gradient(90deg, #35c67d 0%, #1f9e59 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

body.auth-modern .email-login-modal__row button.secondary {
  background: #cfd8ea;
  color: #274575;
}

body.auth-modern .email-login-modal__row button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

body.auth-modern .email-login-modal__msg {
  min-height: 24px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

body.auth-modern .email-login-modal__msg.ok {
  color: #128446;
}

body.auth-modern .email-login-modal__msg.err {
  color: #d23939;
}

@media (max-width: 1440px) {
  body.auth-modern .left-image,
  body.auth-modern .login-card .card-body {
    min-height: 760px;
  }

  body.auth-modern .login-card .card-body {
    padding: 20px 22px;
  }

  body.auth-modern .auth-pane > :not(.auth-back-link):not(.email-login-modal) {
    max-width: 470px;
  }

  body.auth-modern .auth-title {
    font-size: 28px;
  }
}

@media (max-width: 1150px) {
  body.auth-modern .auth-pane > :not(.auth-back-link):not(.email-login-modal) {
    max-width: 420px;
  }

  body.auth-modern .auth-title {
    font-size: 26px;
  }

  body.auth-modern .auth-switch .switch-btn,
  body.auth-modern .auth-field label,
  body.auth-modern .login-card .form-control,
  body.auth-modern .auth-primary-btn {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  body.auth-modern .left-image {
    min-height: 320px;
  }

  body.auth-modern .login-card .card-body {
    min-height: auto;
    padding: 16px;
  }

  body.auth-modern .auth-pane > :not(.auth-back-link):not(.email-login-modal) {
    max-width: 100%;
  }

  body.auth-modern .auth-back-link {
    position: static;
    margin: 0 0 10px auto;
  }

  body.auth-modern .brand-wrapper .logo {
    height: 62px;
  }

  body.auth-modern .auth-rate-row {
    font-size: 13px;
  }

  body.auth-modern .auth-title {
    font-size: 30px;
  }

  body.auth-modern .auth-switch {
    margin-bottom: 14px;
  }

  body.auth-modern .auth-switch .switch-btn {
    height: 46px;
    font-size: 14px;
    border-radius: 14px;
  }

  body.auth-modern .auth-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.auth-modern .auth-field label {
    font-size: 14px;
  }

  body.auth-modern .login-card .form-control {
    height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }

  body.auth-modern .auth-utility-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0;
  }

  body.auth-modern .auth-remember-wrap {
    padding-left: 26px;
  }

  body.auth-modern .auth-remember-wrap .custom-control-label,
  body.auth-modern .auth-forgot-link {
    font-size: 15px;
  }

  body.auth-modern .auth-remember-wrap .custom-control-label::before,
  body.auth-modern .auth-remember-wrap .custom-control-label::after {
    left: -26px;
    width: 18px;
    height: 18px;
  }

  body.auth-modern .auth-actions {
    flex-direction: column;
    gap: 10px;
  }

  body.auth-modern .auth-primary-btn,
  body.auth-modern .auth-social-wrap .social-login .btn-google {
    height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }

  body.auth-modern .auth-footer-text {
    border-radius: 14px;
    font-size: 14px;
    padding: 10px;
  }

  body.auth-modern .auth-google-bottom-btn {
    height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }

  body.auth-modern .auth-recaptcha .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left top;
  }

  body.auth-modern .email-login-modal__dialog {
    width: calc(100% - 24px);
    margin-top: 18px;
    padding: 18px 14px 14px;
  }

  body.auth-modern .email-login-modal__close {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  body.auth-modern .email-login-modal__dialog h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  body.auth-modern .email-login-modal__dialog p {
    font-size: 16px;
    margin-bottom: 12px;
  }

  body.auth-modern .email-login-modal__row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }

  body.auth-modern .email-login-modal__row input,
  body.auth-modern .email-login-modal__row button {
    width: 100%;
    height: 46px;
    border-radius: 16px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  body.auth-modern .left-image {
    min-height: 250px;
  }

  body.auth-modern .auth-title {
    font-size: 26px;
  }

  body.auth-modern .auth-switch .switch-btn,
  body.auth-modern .auth-field label,
  body.auth-modern .login-card .form-control,
  body.auth-modern .auth-primary-btn,
  body.auth-modern .auth-social-wrap .social-login .btn-google {
    font-size: 14px;
  }

  body.auth-modern .auth-switch .switch-btn,
  body.auth-modern .login-card .form-control,
  body.auth-modern .auth-primary-btn,
  body.auth-modern .auth-social-wrap .social-login .btn-google,
  body.auth-modern .auth-google-bottom-btn {
    height: 44px;
  }

  body.auth-modern .email-login-modal__dialog h3 {
    font-size: 22px;
  }

  body.auth-modern .email-login-modal__dialog p {
    font-size: 15px;
  }

  body.auth-modern .email-login-modal__row input,
  body.auth-modern .email-login-modal__row button {
    height: 44px;
    font-size: 15px;
  }
}
