body[data-path="login"] {
  --login-accent: #008f6b;
  --login-accent-hover: #007f60;
  --login-accent-soft: #31c8b5;
  --login-accent-hover-soft: #22b49f;
  --login-field-border: rgba(80, 118, 128, 0.2);
  --login-bg-image: url("/assets/fcimnext_platform/assets/images/bg_login_mint.svg");
  background: var(--login-bg-image) center / cover no-repeat;
  min-height: 100dvh;
  overflow-x: hidden;
}

body[data-path="login"].login-theme-blue {
  --login-accent: #0b7ed8;
  --login-accent-hover: #075fab;
  --login-accent-soft: #24a4ff;
  --login-accent-hover-soft: #168be0;
  --login-field-border: rgba(72, 133, 178, 0.24);
  --login-bg-image: url("/assets/fcimnext_platform/assets/images/bg_login_blue.svg");
}

body[data-path="login"].login-theme-purple {
  --login-accent: #7a4dde;
  --login-accent-hover: #6030bd;
  --login-accent-soft: #a060f2;
  --login-accent-hover-soft: #864ce0;
  --login-field-border: rgba(126, 92, 179, 0.24);
  --login-bg-image: url("/assets/fcimnext_platform/assets/images/bg_login_purple.svg");
}

body[data-path="login"].login-theme-amber {
  --login-accent: #ee7600;
  --login-accent-hover: #d35e00;
  --login-accent-soft: #ff941c;
  --login-accent-hover-soft: #f27d0b;
  --login-field-border: rgba(179, 121, 56, 0.24);
  --login-bg-image: url("/assets/fcimnext_platform/assets/images/bg_login_amber.svg");
}

body[data-path="login"].login-theme-mint {
  --login-accent: #008f6b;
  --login-accent-hover: #007f60;
  --login-accent-soft: #31c8b5;
  --login-accent-hover-soft: #22b49f;
  --login-field-border: rgba(80, 118, 128, 0.2);
  --login-bg-image: url("/assets/fcimnext_platform/assets/images/bg_login_mint.svg");
}

body[data-path="login"]::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 32%);
  z-index: 0;
}

body[data-path="login"] .page-content-wrapper {
  position: relative;
  z-index: 1;
}

body[data-path="login"] .login-theme-switcher {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(28, 60, 68, 0.14), 0 2px 8px rgba(28, 60, 68, 0.08);
  backdrop-filter: blur(8px);
}

body[data-path="login"] .login-theme-dot {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(28, 60, 68, 0.18);
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, outline-color 0.14s ease;
}

body[data-path="login"] .login-bg-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body[data-path="login"] .login-theme-divider {
  width: 1px;
  height: 18px;
  background: rgba(56, 91, 98, 0.18);
}

body[data-path="login"] .login-bg-upload,
body[data-path="login"] .login-bg-clear {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: #1d3840;
  box-shadow: 0 2px 8px rgba(28, 60, 68, 0.12);
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease, outline-color 0.14s ease;
}

body[data-path="login"] .login-bg-upload::before,
body[data-path="login"] .login-bg-clear::before,
body[data-path="login"] .login-bg-clear::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body[data-path="login"] .login-bg-upload::before {
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 12.75h9.5a1 1 0 0 0 1-1v-7.5a1 1 0 0 0-1-1h-9.5a1 1 0 0 0-1 1v7.5a1 1 0 0 0 1 1Zm0-1 2.35-2.35a.85.85 0 0 1 1.2 0l.7.7 2.1-2.1a.85.85 0 0 1 1.2 0l1.95 1.95v1.8h-9.5Zm2-5.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 12.75h9.5a1 1 0 0 0 1-1v-7.5a1 1 0 0 0-1-1h-9.5a1 1 0 0 0-1 1v7.5a1 1 0 0 0 1 1Zm0-1 2.35-2.35a.85.85 0 0 1 1.2 0l.7.7 2.1-2.1a.85.85 0 0 1 1.2 0l1.95 1.95v1.8h-9.5Zm2-5.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

body[data-path="login"] .login-bg-clear::before,
body[data-path="login"] .login-bg-clear::after {
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body[data-path="login"] .login-bg-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body[data-path="login"] .login-bg-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body[data-path="login"] .login-bg-upload:hover,
body[data-path="login"] .login-bg-upload:focus-visible,
body[data-path="login"] .login-bg-clear:hover,
body[data-path="login"] .login-bg-clear:focus-visible {
  transform: translateY(-1px) scale(1.04);
  outline: 2px solid rgba(21, 25, 34, 0.14);
  outline-offset: 3px;
}

body[data-path="login"] .login-bg-upload.has-preview {
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

body[data-path="login"] .login-bg-upload.has-preview::before {
  display: none;
}

body[data-path="login"] .login-bg-upload.active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.72), 0 0 0 5px var(--login-accent), 0 8px 18px rgba(28, 60, 68, 0.16);
}

body[data-path="login"] .login-theme-dot:hover,
body[data-path="login"] .login-theme-dot:focus-visible {
  transform: translateY(-1px) scale(1.08);
  outline: 2px solid rgba(21, 25, 34, 0.14);
  outline-offset: 3px;
}

body[data-path="login"] .login-theme-dot.active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.72), 0 0 0 5px var(--login-accent), 0 8px 18px rgba(28, 60, 68, 0.16);
  transform: scale(1.08);
}

body[data-path="login"] .login-theme-dot-mint {
  background: linear-gradient(135deg, #bff1e8, #12ad94);
}

body[data-path="login"] .login-theme-dot-blue {
  background: linear-gradient(135deg, #b9e1ff, #188ee8);
}

body[data-path="login"] .login-theme-dot-purple {
  background: linear-gradient(135deg, #dcc9ff, #7948d8);
}

body[data-path="login"] .login-theme-dot-amber {
  background: linear-gradient(135deg, #ffd7a6, #f07a05);
}

body[data-path="login"] .navbar,
body[data-path="login"] .web-footer,
body[data-path="login"] .page-breadcrumbs,
body[data-path="login"] .page-header-wrapper {
  display: none !important;
}

body[data-path="login"] .page-content-wrapper {
  min-height: 100dvh;
  padding: 0;
}

body[data-path="login"] main.container,
body[data-path="login"] main.my-4 {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

body[data-path="login"] .page_content {
  min-height: 100dvh;
}

body[data-path="login"] .login-content .form-control,
body[data-path="login"] .login-content .btn {
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease,
    transform 0.12s ease;
}

body[data-path="login"] .login-content .form-control:hover {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(103, 112, 122, 0.36) !important;
}

body[data-path="login"] .login-content .form-control:focus {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: var(--login-accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.68) !important;
}

body[data-path="login"] .login-content .email-field:focus-within .field-icon,
body[data-path="login"] .login-content .password-field:focus-within .field-icon {
  color: var(--login-accent);
}

body[data-path="login"] .login-content .field-icon {
  display: none !important;
}

body[data-path="login"] .login-content .email-field,
body[data-path="login"] .login-content .password-field,
body[data-path="login"] .login-content .signup-name-field,
body[data-path="login"] .login-content .signup-email-field {
  position: relative;
  width: 100%;
}

body[data-path="login"] .login-content .email-field::before,
body[data-path="login"] .login-content .password-field::before,
body[data-path="login"] .login-content .signup-name-field::before,
body[data-path="login"] .login-content .signup-email-field::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: var(--login-field-icon) center / contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

body[data-path="login"] .login-content .email-field,
body[data-path="login"] .login-content .signup-email-field {
  --login-field-icon: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%272.5%27 y=%274%27 width=%2711%27 height=%278%27 rx=%271.25%27 stroke=%27black%27 stroke-width=%271.25%27/%3E%3Cpath d=%27M3.25 5l4.2 3.3a.9.9 0 0 0 1.1 0L12.75 5%27 stroke=%27black%27 stroke-width=%271.25%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

body[data-path="login"] section.for-login .login-content .email-field,
body[data-path="login"] section.for-email-login .login-content .email-field,
body[data-path="login"] .login-content .signup-name-field {
  --login-field-icon: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 12.05c2.1 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8-3.8 1.7-3.8 3.8 1.7 3.8 3.8 3.8Z%27 fill=%27%23151922%27/%3E%3Cpath d=%27M5.6 18.75c0-2.7 2.86-4.9 6.4-4.9s6.4 2.2 6.4 4.9c0 .58-.47 1.05-1.05 1.05H6.65c-.58 0-1.05-.47-1.05-1.05Z%27 fill=%27%23151922%27/%3E%3C/svg%3E");
}


body[data-path="login"] section.for-login .login-content .email-field::before,
body[data-path="login"] section.for-email-login .login-content .email-field::before,
body[data-path="login"] .login-content .signup-name-field::before {
  background-size: 16px 16px;
}

body[data-path="login"] .login-content .password-field {
  --login-field-icon: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%273.25%27 y=%277%27 width=%279.5%27 height=%276.25%27 rx=%271.25%27 stroke=%27black%27 stroke-width=%271.4%27/%3E%3Cpath d=%27M5.5 7V5.25a2.5 2.5 0 0 1 5 0V7%27 stroke=%27black%27 stroke-width=%271.4%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

body[data-path="login"] .login-content .btn:hover,
body[data-path="login"] .login-content .btn:focus {
  transform: translateY(-1px);
}

body[data-path="login"] .login-content .btn:active {
  transform: translateY(0);
}

body[data-path="login"] .login-content .btn-login-option:hover,
body[data-path="login"] .login-content .btn-login-option:focus {
  background: #dfe6ea;
  color: #151922;
}

@media (min-width: 768px) {

  body[data-path="login"] section.for-login,
  body[data-path="login"] section.for-email-login,
  body[data-path="login"] section.for-forgot,
  body[data-path="login"] section.for-login-with-email-link,
  body[data-path="login"] section.for-signup {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(360px, calc(100vw - 48px));
    margin: 0 auto;
  }

  body[data-path="login"] .page-card-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(32px, 6vh, 58px) 0 14px;
    margin: 0;
    text-align: center;
    border: 0;
    box-sizing: border-box;
  }

  body[data-path="login"] .page-card-head::before {
    content: "";
    display: block;
    order: 1;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    background-image: url("/assets/fcimnext_platform/assets/images/logo_fn.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  body[data-path="login"] .page-card-head::after {
    content: none;
  }

  body[data-path="login"] .page-card-head .app-logo {
    display: none;
  }

  body[data-path="login"] .page-card-head h4 {
    order: 3;
    margin: 8px 0 0;
    color: #151922;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
  }

  body[data-path="login"] .login-content.page-card {
    width: 100%;
    margin: 0 auto;
    padding: 26px 34px 34px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 7px;
    box-shadow: 0 18px 42px rgba(28, 60, 68, 0.14), 0 2px 8px rgba(28, 60, 68, 0.08);
    backdrop-filter: blur(6px);
    box-sizing: border-box;
  }

  body[data-path="login"] .login-content.page-card form {
    max-width: none;
  }

  body[data-path="login"] .login-content .page-card-body {
    padding: 0;
  }

  body[data-path="login"] .login-content .form-group {
    margin-bottom: 14px;
  }

  body[data-path="login"] .login-content .form-forgot .email-field,
  body[data-path="login"] .login-content .form-login-with-email-link .email-field {
    margin-bottom: 14px;
  }

  body[data-path="login"] .login-content .email-field,
  body[data-path="login"] .login-content .password-field {
    position: relative;
  }

  body[data-path="login"] .login-content .form-control {
    height: 38px;
    margin-bottom: 0 !important;
    padding-left: 38px !important;
    padding-right: 54px;
    padding-top: 0;
    padding-bottom: 0;
    color: #27333c;
    background: rgba(255, 255, 255, 0.84) !important;
    border: 1px solid var(--login-field-border) !important;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    line-height: 38px;
  }

  body[data-path="login"] .login-content .form-control::placeholder {
    color: #68727c;
    opacity: 1;
  }

  body[data-path="login"] .login-content .toggle-password {
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: var(--login-accent) !important;
    font-size: 12px;
    line-height: 1;
  }

  body[data-path="login"] .login-content .forgot-password-message {
    margin: 6px 0 17px;
    text-align: right;
    line-height: 1;
  }

  body[data-path="login"] .login-content .forgot-password-message a {
    color: var(--login-accent);
    font-size: 12px;
    font-weight: 500;
  }

  body[data-path="login"] .login-content .page-card-actions {
    margin-top: 0;
  }

  body[data-path="login"] .login-content .btn-login,
  body[data-path="login"] .login-content .page-card-actions .btn-primary {
    height: 38px;
    margin-top: 0;
    background: linear-gradient(90deg, var(--login-accent), var(--login-accent-soft));
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }

  body[data-path="login"] .login-content .btn-login:hover,
  body[data-path="login"] .login-content .btn-login:focus,
  body[data-path="login"] .login-content .page-card-actions .btn-primary:hover,
  body[data-path="login"] .login-content .page-card-actions .btn-primary:focus {
    background: linear-gradient(90deg, var(--login-accent-hover), var(--login-accent-hover-soft));
    border-color: transparent;
  }

  body[data-path="login"] .login-content .social-logins {
    margin-top: 16px;
  }

  body[data-path="login"] .login-content .login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 18px;
    color: #4a5560;
    font-size: 11px;
    text-transform: uppercase;
  }

  body[data-path="login"] .login-content .login-divider::before,
  body[data-path="login"] .login-content .login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8dfdb;
  }

  body[data-path="login"] .login-content .social-login-buttons {
    margin-top: 0;
  }

  body[data-path="login"] .login-content .login-button-wrapper {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  body[data-path="login"] .login-content .btn-login-option {
    height: 38px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e9edf1;
    border: 0;
    border-radius: 5px;
    color: #27333c;
    font-size: 14px;
    font-weight: 600;
  }

  body[data-path="login"] .login-content .btn-login-option.btn-login-with-email-link::before {
    content: none;
    display: none;
  }

  body[data-path="login"] .sign-up-message {
    margin: 25px 0 0;
    color: #303944;
    font-size: 13px;
  }

  body[data-path="login"] .sign-up-message a {
    color: var(--login-accent);
  }
}

@media (max-width: 767px) {
  body[data-path="login"] .login-theme-switcher {
    right: 14px;
    bottom: 14px;
    gap: 8px;
    padding: 8px 10px;
  }

  body[data-path="login"] .login-theme-dot {
    width: 15px;
    height: 15px;
  }

  body[data-path="login"] .login-theme-divider {
    height: 17px;
  }

  body[data-path="login"] .login-bg-upload,
  body[data-path="login"] .login-bg-clear {
    width: 23px;
    height: 23px;
  }

  body[data-path="login"] {
    background: var(--login-bg-image) center / cover no-repeat;
    min-height: 100dvh;
  }

  body[data-path="login"] .navbar,
  body[data-path="login"] .web-footer,
  body[data-path="login"] .page-breadcrumbs,
  body[data-path="login"] .page-header-wrapper {
    display: none !important;
  }

  body[data-path="login"] .page-content-wrapper {
    min-height: 100dvh;
    padding: 0;
  }

  body[data-path="login"] main.container,
  body[data-path="login"] main.my-4 {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0;
  }

  body[data-path="login"] .page_content {
    min-height: 100dvh;
  }

  body[data-path="login"] section.for-login,
  body[data-path="login"] section.for-email-login,
  body[data-path="login"] section.for-forgot,
  body[data-path="login"] section.for-login-with-email-link,
  body[data-path="login"] section.for-signup {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(280px, calc(100vw - 48px));
    margin: 0 auto;
  }

  body[data-path="login"] .page-card-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 0 14px;
    margin: 0;
    text-align: center;
    border: 0;
    box-sizing: border-box;
  }

  body[data-path="login"] .page-card-head::before {
    content: "";
    display: block;
    order: 1;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url("/assets/fcimnext_platform/assets/images/logo_fn.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  body[data-path="login"] .page-card-head::after {
    content: none;
  }

  body[data-path="login"] .page-card-head .app-logo {
    display: none;
  }

  body[data-path="login"] .page-card-head h4 {
    order: 3;
    margin: 8px 0 0;
    color: #151922;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
  }

  body[data-path="login"] .login-content.page-card {
    width: 100%;
    margin: 0 auto;
    padding: 16px 18px 29px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 7px;
    box-shadow: 0 16px 34px rgba(28, 60, 68, 0.14), 0 2px 8px rgba(28, 60, 68, 0.08);
    backdrop-filter: blur(6px);
    box-sizing: border-box;
  }

  body[data-path="login"] .login-content.page-card form {
    max-width: none;
  }

  body[data-path="login"] .login-content .page-card-body {
    padding: 0;
  }

  body[data-path="login"] .login-content .form-group {
    margin-bottom: 14px;
  }

  body[data-path="login"] .login-content .form-forgot .email-field,
  body[data-path="login"] .login-content .form-login-with-email-link .email-field {
    margin-bottom: 14px;
  }

  body[data-path="login"] .login-content .email-field,
  body[data-path="login"] .login-content .password-field {
    position: relative;
  }

  body[data-path="login"] .login-content .form-control {
    height: 36px;
    margin-bottom: 0 !important;
    padding-left: 36px !important;
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #27333c;
    background: rgba(255, 255, 255, 0.84) !important;
    border: 1px solid var(--login-field-border) !important;
    border-radius: 5px;
    box-shadow: none;
    font-size: 12px;
    line-height: 36px;
  }

  body[data-path="login"] .login-content .form-control::placeholder {
    color: #68727c;
    opacity: 1;
  }

  body[data-path="login"] .login-content .toggle-password {
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: var(--login-accent) !important;
    font-size: 10px;
    line-height: 1;
  }

  body[data-path="login"] .login-content .forgot-password-message {
    margin: 6px 0 17px;
    text-align: right;
    line-height: 1;
  }

  body[data-path="login"] .login-content .forgot-password-message a {
    color: var(--login-accent);
    font-size: 10px;
    font-weight: 500;
  }

  body[data-path="login"] .login-content .page-card-actions {
    margin-top: 0;
  }

  body[data-path="login"] .login-content .btn-login,
  body[data-path="login"] .login-content .page-card-actions .btn-primary {
    height: 35px;
    margin-top: 0;
    background: linear-gradient(90deg, var(--login-accent), var(--login-accent-soft));
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  body[data-path="login"] .login-content .btn-login:hover,
  body[data-path="login"] .login-content .btn-login:focus,
  body[data-path="login"] .login-content .page-card-actions .btn-primary:hover,
  body[data-path="login"] .login-content .page-card-actions .btn-primary:focus {
    background: linear-gradient(90deg, var(--login-accent-hover), var(--login-accent-hover-soft));
    border-color: transparent;
  }

  body[data-path="login"] .login-content .social-logins {
    margin-top: 16px;
  }

  body[data-path="login"] .login-content .login-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 18px;
    color: #4a5560;
    font-size: 10px;
    text-transform: uppercase;
  }

  body[data-path="login"] .login-content .login-divider::before,
  body[data-path="login"] .login-content .login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8dfdb;
  }

  body[data-path="login"] .login-content .social-login-buttons {
    margin-top: 0;
  }

  body[data-path="login"] .login-content .login-button-wrapper {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  body[data-path="login"] .login-content .btn-login-option {
    height: 35px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e9edf1;
    border: 0;
    border-radius: 5px;
    color: #27333c;
    font-size: 12px;
    font-weight: 600;
  }

  body[data-path="login"] .login-content .btn-login-option.btn-login-with-email-link::before {
    content: none;
    display: none;
  }

  body[data-path="login"] .sign-up-message {
    margin: 25px 0 0;
    color: #303944;
    font-size: 12px;
  }

  body[data-path="login"] .sign-up-message a {
    color: var(--login-accent);
  }
}

body[data-path="login"] .login-content .passkey-login-wrapper {
  margin-bottom: 10px;
}

body[data-path="login"] .login-content .btn-passkey-login {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9edf1;
  border: 0;
  color: #27333c;
}

body[data-path="login"] .login-content .btn-passkey-login:hover,
body[data-path="login"] .login-content .btn-passkey-login:focus {
  background: #dfe6ea;
  color: #151922;
}

body[data-path="login"] .login-content .btn-passkey-login:disabled {
  opacity: 0.75;
  transform: none;
}