:root {
  --saucedit-orange: #ff6a35;
  --saucedit-orange-dark: #f05723;
  --saucedit-orange-soft: rgba(255, 106, 53, 0.14);
  --saucedit-ink: #16181d;
  --saucedit-text: #2f3440;
  --saucedit-muted: #6d7483;
  --saucedit-border: rgba(255, 106, 53, 0.18);
  --saucedit-surface: rgba(255, 255, 255, 0.96);
  --saucedit-field: #ffffff;
  --saucedit-background: #eee9f8;
  --saucedit-shadow: 0 28px 90px rgba(55, 35, 79, 0.14);
  --saucedit-radius-xl: 28px;
  --saucedit-radius-lg: 20px;
  --saucedit-radius-md: 14px;
  --saucedit-radius-sm: 10px;
  --saucedit-card-width: 540px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--saucedit-text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

body,
.login-pf body {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 22rem),
    radial-gradient(circle at 88% 16%, rgba(255, 106, 53, 0.14), rgba(255, 106, 53, 0) 18rem),
    linear-gradient(180deg, #f7f4ff 0%, var(--saucedit-background) 42%, #efe9fb 100%);
}

.login-pf {
  background: var(--saucedit-background);
}

.login-pf-page {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 112px 24px 40px;
  background: transparent;
}

.login-pf-page::before,
.login-pf-page::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
}

.login-pf-page::before {
  top: 96px;
  right: -72px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 106, 53, 0.16) 0%, rgba(255, 106, 53, 0.04) 55%, transparent 72%);
}

.login-pf-page::after {
  left: -88px;
  bottom: 72px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(129, 112, 255, 0.12) 0%, rgba(129, 112, 255, 0.04) 48%, transparent 72%);
}

#kc-header,
.card-pf,
#kc-info {
  position: relative;
  z-index: 1;
}

#kc-header {
  position: absolute;
  top: 40px;
  left: 50%;
  width: min(var(--saucedit-card-width), calc(100vw - 48px));
  height: auto;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
  display: flex;
  justify-content: center;
}

#kc-header-wrapper {
  display: block;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

#kc-header-wrapper::before {
  content: "";
  display: block;
  width: 220px;
  height: 54px;
  margin: 0 auto;
  background: url("../img/saucedit-logo-orange_small.png") no-repeat center center / contain;
}

.login-pf-page .card-pf {
  width: min(var(--saucedit-card-width), calc(100vw - 48px));
  max-width: var(--saucedit-card-width);
  margin: 0 auto;
  padding: 34px 34px 32px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--saucedit-radius-xl);
  background: var(--saucedit-surface);
  box-shadow: var(--saucedit-shadow);
  overflow: hidden;
}

.login-pf-page .card-pf::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -108px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 106, 53, 0.22) 0%, rgba(255, 106, 53, 0.07) 52%, transparent 72%);
  pointer-events: none;
}

.login-pf-page .card-pf::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -16px;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 164, 127, 0.72) 0%, rgba(255, 164, 127, 0.32) 56%, transparent 74%);
  pointer-events: none;
}

.login-pf-header {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  padding-right: 160px;
  text-align: left;
}

h1#kc-page-title {
  margin: 0;
  color: var(--saucedit-text);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-align: left;
}

h1#kc-page-title::after {
  content: "Sign in to continue";
  display: block;
  margin-top: 10px;
  color: var(--saucedit-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

body:has(#kc-logout-confirm) h1#kc-page-title::after {
  content: none;
  display: none;
}

body:has(#kc-info-message) h1#kc-page-title::after {
  content: none !important;
  display: none !important;
}

body:has(.saucedit-password-update-message) h1#kc-page-title::after {
  content: none !important;
  display: none !important;
}

body:has(#kc-info-message) .login-pf-page .card-pf {
  padding-top: 30px;
}

body:has(#kc-info-message) #kc-info-message {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 2px;
}

body:has(#kc-info-message) #kc-info-message .instruction {
  margin: 0;
  color: var(--saucedit-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

body:has(#kc-info-message) #kc-info-message p:last-child {
  margin: 0;
}

body:has(#kc-info-message) #kc-info-message p:last-child a {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--saucedit-orange);
  border-radius: var(--saucedit-radius-md);
  background: linear-gradient(180deg, #ff7a4a 0%, var(--saucedit-orange) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 14px 26px rgba(255, 106, 53, 0.22);
  text-align: center;
  text-decoration: none;
}

body:has(#kc-info-message) #kc-info-message p:last-child a:hover {
  border-color: var(--saucedit-orange-dark);
  background: linear-gradient(180deg, #ff6d3d 0%, var(--saucedit-orange-dark) 100%);
  color: #ffffff;
  text-decoration: none;
}

body:has(#kc-info-message) #kc-info-message p:last-child a:active {
  transform: translateY(1px);
}

#kc-content-wrapper {
  position: relative;
  z-index: 1;
  margin: 0;
}

#kc-form-wrapper::before {
  content: "Business Profiles";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid var(--saucedit-border);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8f4 100%);
  color: var(--saucedit-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#kc-form-login {
  margin: 0;
}

.form-horizontal .form-group,
.form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.pf-c-form__label,
.pf-c-form__label-text,
label {
  margin: 0 0 8px;
  color: #3c4250;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.pf-c-form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea.form-control {
  min-height: 52px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(33, 37, 48, 0.08);
  border-radius: var(--saucedit-radius-md);
  background: var(--saucedit-field) !important;
  background-image: none !important;
  color: var(--saucedit-ink);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 1px 1px rgba(16, 24, 40, 0.02) !important;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.pf-c-form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: #98a0ad;
}

.pf-c-form-control.pf-m-error,
.pf-c-form-control[aria-invalid="true"] {
  background-image: none !important;
  border-color: rgba(180, 35, 24, 0.44) !important;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.09) !important;
}

.pf-c-form-control:focus,
input:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

#kc-form-login .pf-c-form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea.form-control:focus {
  border-color: rgba(255, 106, 53, 0.56);
  box-shadow: 0 0 0 4px rgba(255, 106, 53, 0.12) !important;
  padding-bottom: 0;
}

.pf-c-input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 0;
  background: transparent;
}

.kc-password-field {
  position: relative;
  display: block;
  width: 100%;
}

.kc-password-field .pf-c-form-control,
.kc-password-field input {
  width: 100%;
  box-sizing: border-box;
}

.kc-password-field input[type="password"] {
  padding-right: 62px;
}

.kc-password-toggle {
  position: absolute;
  top: 58%;
  right: 12px;
  z-index: 2;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 14px rgba(36, 25, 18, 0.08);
}

.kc-password-toggle:hover {
  background: #ffffff;
}

.kc-password-toggle:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 106, 53, 0.12), 0 6px 14px rgba(36, 25, 18, 0.08);
}

.saucedit-forgot-password {
  margin-top: 10px;
  text-align: right;
}

.saucedit-forgot-password a {
  color: var(--saucedit-orange);
  font-size: 13px;
  font-weight: 700;
}

.saucedit-forgot-password a:hover {
  color: var(--saucedit-orange-dark);
}

.kc-password-toggle .fa {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: var(--saucedit-muted);
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kc-password-toggle .fa-eye {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.kc-password-toggle .fa-eye-slash {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.94 10.94 0 0 1 12 20C5 20 1 12 1 12a20.77 20.77 0 0 1 5.18-6.78'/%3E%3Cpath d='M10.58 5.08A10.94 10.94 0 0 1 12 4c7 0 11 8 11 8a21.28 21.28 0 0 1-5.18 6.78'/%3E%3Cpath d='M1 1l22 22'/%3E%3Cpath d='M9.88 9.88A3 3 0 0 0 14.12 14.12'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.94 10.94 0 0 1 12 20C5 20 1 12 1 12a20.77 20.77 0 0 1 5.18-6.78'/%3E%3Cpath d='M10.58 5.08A10.94 10.94 0 0 1 12 4c7 0 11 8 11 8a21.28 21.28 0 0 1-5.18 6.78'/%3E%3Cpath d='M1 1l22 22'/%3E%3Cpath d='M9.88 9.88A3 3 0 0 0 14.12 14.12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.kc-password-toggle .fa::before {
  content: "";
}

#kc-passwd-update-form #kc-form-buttons {
  margin-top: 26px;
}

#kc-passwd-update-form #kc-form-options {
  width: 100%;
  margin: 0;
  text-align: left;
}

#kc-passwd-update-form #kc-form-options .checkbox {
  margin: 0;
}

#kc-passwd-update-form #kc-form-options .checkbox label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding-left: 0;
  color: var(--saucedit-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

#kc-passwd-update-form #kc-form-options .checkbox input[type="checkbox"] {
  grid-column: 1;
  grid-row: 1;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border: 1px solid rgba(255, 106, 53, 0.28);
  border-radius: 4px;
  accent-color: var(--saucedit-orange);
  transform: none;
}

#kc-passwd-update-form #kc-form-options .checkbox label {
  line-height: 1.45;
}

#kc-passwd-update-form #kc-form-options .checkbox label > :not(input) {
  grid-column: 2;
}

#kc-passwd-update-form #kc-form-options .checkbox input[type="checkbox"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 106, 53, 0.12);
}

.saucedit-password-update-message {
  margin-bottom: 22px;
}

.saucedit-password-update-message p {
  margin: 0 0 8px;
  color: var(--saucedit-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pf-c-button.pf-m-control {
  min-width: 46px;
  border: 0;
  background: transparent;
  color: var(--saucedit-muted);
  box-shadow: none;
}

.pf-c-button.pf-m-control::after {
  border: 0;
}

.login-pf-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 22px;
  margin-top: 2px;
  margin-bottom: 22px;
}

#kc-form-options,
.login-pf-settings > div {
  min-width: 0;
  width: 100%;
}

#kc-form-options .checkbox {
  margin: 0;
  color: var(--saucedit-muted);
  font-size: 13px;
}

#kc-form-options .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--saucedit-muted);
  font-size: 13px;
  font-weight: 500;
}

a,
.login-pf a {
  color: var(--saucedit-orange);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.login-pf a:hover {
  color: var(--saucedit-orange-dark);
  text-decoration: none;
}

button,
.pf-c-button,
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
summary,
[role="button"],
#kc-current-locale-link {
  cursor: pointer;
}

#kc-form-buttons {
  margin: 0;
}

#kc-passwd-update-form #kc-form-buttons input[name="login"] {
  width: 100%;
}

#kc-form-buttons::after {
  content: "";
  display: block;
  margin: 0;
}

body[data-page-id="login-login"] #kc-form-buttons::after {
  content: "Use your email and password to access your profile.";
  display: block;
  margin: 14px 0 0;
  color: var(--saucedit-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

body[data-page-id="login-login-reset-password"] #kc-form-buttons::after {
  content: "Enter your email address and we will send you instructions on how to create a new password.";
  display: block;
  margin: 14px 0 0;
  color: var(--saucedit-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

body[data-page-id="login-register"] #kc-form-buttons::after {
  content: "Create your SaucedIt account to continue.";
  display: block;
  margin: 14px 0 0;
  color: var(--saucedit-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.pf-c-button,
input[type="submit"] {
  border-radius: var(--saucedit-radius-md);
  font-weight: 700;
  letter-spacing: 0;
}

.pf-c-button.pf-m-primary,
input[type="submit"].pf-m-primary,
input[type="submit"] {
  min-height: 52px;
  border: 1px solid var(--saucedit-orange);
  background: linear-gradient(180deg, #ff7a4a 0%, var(--saucedit-orange) 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(255, 106, 53, 0.22);
}

.pf-c-button.pf-m-primary:hover,
input[type="submit"].pf-m-primary:hover,
input[type="submit"]:hover {
  border-color: var(--saucedit-orange-dark);
  background: linear-gradient(180deg, #ff6d3d 0%, var(--saucedit-orange-dark) 100%);
}

.pf-c-button.pf-m-primary:active,
input[type="submit"]:active {
  transform: translateY(1px);
}

.pf-c-button.pf-m-block,
input[type="submit"].pf-m-block {
  width: 100%;
}

.btn-lg,
.pf-c-button.btn-lg,
input[type="submit"].btn-lg {
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.35;
}

#kc-info {
  margin: 24px 0 0;
}

#kc-info-wrapper {
  padding: 0;
  background: transparent;
}

body[data-page-id="login-login-reset-password"] #kc-info {
  display: none;
}

#kc-registration-container,
#kc-registration {
  margin: 0;
}

#kc-registration-container {
  margin-top: 12px;
}

.kc-back-to-login {
  margin-bottom: 14px;
}

.saucedit-reset-back {
  margin: 18px 0 0;
  text-align: center;
}

.saucedit-reset-back a {
  font-size: 13px;
}

#kc-registration span {
  display: block;
  font-size: 0;
}

#kc-registration a {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--saucedit-border);
  border-radius: var(--saucedit-radius-md);
  background: #ffffff;
  color: var(--saucedit-orange);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(70, 45, 90, 0.05);
  cursor: pointer;
}

#kc-registration a:hover {
  background: #fff7f2;
  color: var(--saucedit-orange-dark);
}

.pf-c-alert {
  margin: 0 0 18px;
  border-radius: var(--saucedit-radius-md);
  border-color: rgba(180, 35, 24, 0.05);
}

.pf-c-alert__title,
.kc-feedback-text {
  font-size: 13px;
}

.kc-error-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0 4px;
}

.kc-error-summary {
  margin: 0;
  color: var(--saucedit-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.kc-error-detail {
  margin: 0;
  color: var(--saucedit-muted);
  font-size: 14px;
  line-height: 1.5;
}

.pf-c-form__helper-text,
.pf-m-error {
  margin-top: 8px;
  color: #b42318;
  font-size: 12px;
}

#kc-locale {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 3;
  color: var(--saucedit-muted);
  font-size: 13px;
}

#kc-locale-dropdown {
  position: relative;
  display: inline-block;
}

#kc-current-locale-link {
  border: 0;
  background: transparent;
  color: var(--saucedit-muted);
  cursor: pointer;
  font-size: 13px;
}

#kc-locale ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 150px;
  margin: 8px 0 0;
  padding: 6px;
  border: 1px solid rgba(255, 106, 53, 0.14);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(36, 25, 18, 0.14);
  list-style: none;
}

#kc-locale-dropdown:hover ul,
#kc-locale-dropdown:focus-within ul {
  display: block;
}

#kc-locale a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--saucedit-text);
  font-size: 13px;
  cursor: pointer;
}

#kc-locale a:hover {
  background: #fff6f1;
  color: var(--saucedit-orange-dark);
}

#kc-social-providers {
  margin-top: 24px;
  text-align: center;
}

#kc-social-providers hr {
  margin: 0 0 18px;
  border-color: rgba(255, 106, 53, 0.14);
}

#kc-social-providers h2 {
  margin: 0 0 14px;
  color: var(--saucedit-muted);
  font-size: 13px;
  font-weight: 700;
}

.kc-social-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kc-social-item {
  min-height: 46px;
  justify-content: center;
  border: 1px solid rgba(255, 106, 53, 0.16);
  border-radius: var(--saucedit-radius-md);
  color: var(--saucedit-text);
  background: #ffffff;
}

.kc-social-item:hover {
  background: #fff7f2;
}

.g-recaptcha,
.recaptcha,
#kc-recaptcha {
  margin: 2px 0 24px;
}

.saucedit-password-update-message {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid var(--saucedit-border);
  border-radius: var(--saucedit-radius-md);
  background: var(--saucedit-orange-soft);
  color: var(--saucedit-text);
  font-size: 14px;
  line-height: 1.45;
}

.saucedit-password-update-message p {
  margin: 0;
}

.saucedit-password-update-message p + p {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .login-pf-page {
    align-items: flex-start;
    padding: 92px 14px 28px;
  }

  #kc-header {
    top: 22px;
    width: min(var(--saucedit-card-width), calc(100vw - 28px));
  }

  #kc-header-wrapper::before {
    width: 180px;
    height: 44px;
  }

  .login-pf-page .card-pf {
    width: min(var(--saucedit-card-width), calc(100vw - 28px));
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  .login-pf-page .card-pf::before {
    top: -84px;
    right: -92px;
    width: 210px;
    height: 210px;
  }

  .login-pf-page .card-pf::after {
    top: -38px;
    right: -18px;
    width: 120px;
    height: 120px;
  }

  .login-pf-header {
    padding-right: 0;
  }

  h1#kc-page-title {
    font-size: 24px;
  }

  #kc-form-wrapper::before {
    margin-top: 2px;
  }

  .login-pf-settings {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .login-pf-page {
    padding-right: 0;
    padding-left: 0;
  }

  #kc-header,
  .login-pf-page .card-pf {
    width: 100%;
  }

  .login-pf-page .card-pf {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
