body#authentication #wrapper,
body.page-authentication #wrapper {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 220px, #fafafa 100%);
}

body#authentication .kfd-header__actions,
body.page-authentication .kfd-header__actions,
body#authentication .kfd-header__mobile-actions,
body.page-authentication .kfd-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

body#authentication .kfd-header-link,
body.page-authentication .kfd-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body#authentication .kfd-header-link__icon,
body.page-authentication .kfd-header-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

body#authentication .kfd-header-link__icon svg,
body.page-authentication .kfd-header-link__icon svg {
  width: 24px !important;
  height: 24px !important;
}

body#authentication .kfd-header-link__label,
body.page-authentication .kfd-header-link__label {
  display: none;
}

body#authentication .breadcrumb,
body.page-authentication .breadcrumb {
  display: none !important;
}

body#authentication #content.kfd-auth-page-content,
body.page-authentication #content.kfd-auth-page-content {
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body#authentication .kfd-auth-page,
body.page-authentication .kfd-auth-page {
  padding: clamp(8px, 1.25vw, 16px) 0 14px;
}

body#authentication .kfd-auth-page__inner,
body.page-authentication .kfd-auth-page__inner {
  display: flex;
  flex-direction: column;
  max-width: 616px;
  margin: 0 auto;
  padding: 0 20px;
}

body#authentication .kfd-auth-card,
body.page-authentication .kfd-auth-card {
  background: #fff;
  border: 1px solid #e1e4ea;
  border-radius: 8px;
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.09);
  padding: 36px 40px 30px;
}

body#authentication .kfd-auth-card__header,
body.page-authentication .kfd-auth-card__header {
  text-align: center;
  margin-bottom: 32px;
}

body#authentication .kfd-auth-card__eyebrow,
body.page-authentication .kfd-auth-card__eyebrow {
  margin: 0;
  color: #011638;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

body#authentication #login-form > div,
body.page-authentication #login-form > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body#authentication #login-form .form-group,
body.page-authentication #login-form .form-group {
  display: block;
  margin: 0;
}

body#authentication #login-form .form-group > [class*='col-'],
body.page-authentication #login-form .form-group > [class*='col-'] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  text-align: left;
}

body#authentication #login-form .form-control-label,
body.page-authentication #login-form .form-control-label {
  display: block;
  margin: 0 0 8px;
  color: #101316;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body#authentication #login-form .form-control-comment,
body.page-authentication #login-form .form-control-comment {
  display: none;
}

body#authentication #login-form .form-control,
body.page-authentication #login-form .form-control {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  color: #101316;
  font-size: 1rem;
  line-height: 1.4;
}

body#authentication #login-form .form-control::placeholder,
body.page-authentication #login-form .form-control::placeholder {
  color: rgba(165, 169, 172, 0.88);
}

body#authentication #login-form .form-control:focus,
body.page-authentication #login-form .form-control:focus {
  border-color: #3d52d5;
  box-shadow: 0 0 0 4px rgba(61, 82, 213, 0.1);
}

body#authentication #login-form .input-group,
body.page-authentication #login-form .input-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

body#authentication #login-form .input-group:focus-within,
body.page-authentication #login-form .input-group:focus-within {
  border-color: #3d52d5;
  box-shadow: 0 0 0 4px rgba(61, 82, 213, 0.1);
}

body#authentication #login-form .input-group .form-control,
body.page-authentication #login-form .input-group .form-control {
  flex: 1 1 auto !important;
  width: 1% !important;
  min-width: 0 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body#authentication #login-form .input-group .input-group-btn,
body.page-authentication #login-form .input-group .input-group-btn {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  align-self: stretch;
  white-space: nowrap;
}

body#authentication #login-form .input-group .input-group-btn > .btn,
body.page-authentication #login-form .input-group .input-group-btn > .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 46px !important;
  padding: 0 16px !important;
  border: 0;
  border-left: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 0;
  background: #3d52d5 !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  text-shadow: none;
}

body#authentication #login-form .input-group .input-group-btn > .btn:hover,
body#authentication #login-form .input-group .input-group-btn > .btn:focus,
body.page-authentication #login-form .input-group .input-group-btn > .btn:hover,
body.page-authentication #login-form .input-group .input-group-btn > .btn:focus {
  background: #3246bc !important;
  color: #fff !important;
}

body#authentication #login-form .forgot-password,
body.page-authentication #login-form .forgot-password {
  margin-top: 2px;
  text-align: right;
}

body#authentication #login-form .forgot-password a,
body.page-authentication #login-form .forgot-password a {
  color: #5468f4;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
}

body#authentication #login-form .form-footer,
body.page-authentication #login-form .form-footer {
  margin-top: 10px;
}

body#authentication #submit-login,
body.page-authentication #submit-login,
body#authentication #customer-form .form-control-submit,
body.page-authentication #customer-form .form-control-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 24px;
  border: 0;
  border-radius: 5px;
  background: #3d52d5;
  box-shadow: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 0.2s ease;
}

body#authentication #submit-login:hover,
body#authentication #submit-login:focus,
body.page-authentication #submit-login:hover,
body.page-authentication #submit-login:focus,
body#authentication #customer-form .form-control-submit:hover,
body#authentication #customer-form .form-control-submit:focus,
body.page-authentication #customer-form .form-control-submit:hover,
body.page-authentication #customer-form .form-control-submit:focus {
  background: #3246bc;
}

body#authentication .kfd-auth-card__social,
body.page-authentication .kfd-auth-card__social,
body#authentication .kfd-auth-register-form .ets_solo_social_wrapper,
body.page-authentication .kfd-auth-register-form .ets_solo_social_wrapper {
  margin-top: 32px;
}

body#authentication .kfd-auth-card__social .ets_solo_social_wrapper,
body.page-authentication .kfd-auth-card__social .ets_solo_social_wrapper,
body#authentication .kfd-auth-register-form .ets_solo_social_wrapper,
body.page-authentication .kfd-auth-register-form .ets_solo_social_wrapper {
  margin: 0;
  padding: 0;
  background: transparent;
}

body#authentication .kfd-auth-card__social .ets_solo_wrapper_content,
body.page-authentication .kfd-auth-card__social .ets_solo_wrapper_content,
body#authentication .kfd-auth-register-form .ets_solo_wrapper_content,
body.page-authentication .kfd-auth-register-form .ets_solo_wrapper_content {
  padding: 0;
}

body#authentication .kfd-auth-card__social .ets_solo_social_title,
body.page-authentication .kfd-auth-card__social .ets_solo_social_title,
body#authentication .kfd-auth-register-form .ets_solo_social_title,
body.page-authentication .kfd-auth-register-form .ets_solo_social_title {
  display: none;
}

body#authentication .kfd-auth-card__social .ets_solo_or,
body.page-authentication .kfd-auth-card__social .ets_solo_or,
body#authentication .kfd-auth-register-form .ets_solo_or,
body.page-authentication .kfd-auth-register-form .ets_solo_or {
  display: none !important;
}

body#authentication .kfd-auth-card__social .ets_solo_or::before,
body#authentication .kfd-auth-card__social .ets_solo_or::after,
body.page-authentication .kfd-auth-card__social .ets_solo_or::before,
body.page-authentication .kfd-auth-card__social .ets_solo_or::after,
body#authentication .kfd-auth-register-form .ets_solo_or::before,
body#authentication .kfd-auth-register-form .ets_solo_or::after,
body.page-authentication .kfd-auth-register-form .ets_solo_or::before,
body.page-authentication .kfd-auth-register-form .ets_solo_or::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background: rgba(165, 169, 172, 0.32);
}

body#authentication .kfd-auth-card__social .ets_solo_or span,
body.page-authentication .kfd-auth-card__social .ets_solo_or span,
body#authentication .kfd-auth-register-form .ets_solo_or span,
body.page-authentication .kfd-auth-register-form .ets_solo_or span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 16px;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

body#authentication .kfd-auth-card__social .ets_solo_social,
body.page-authentication .kfd-auth-card__social .ets_solo_social,
body#authentication .kfd-auth-register-form .ets_solo_social,
body.page-authentication .kfd-auth-register-form .ets_solo_social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item,
body#authentication .kfd-auth-register-form .ets_solo_social_item,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item {
  float: none;
  margin: 0;
}

body#authentication .kfd-auth-card__social .ets_solo_social_btn,
body.page-authentication .kfd-auth-card__social .ets_solo_social_btn,
body#authentication .kfd-auth-register-form .ets_solo_social_btn,
body.page-authentication .kfd-auth-register-form .ets_solo_social_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 54px;
  padding: 10px 20px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item:hover .ets_solo_social_btn,
body#authentication .kfd-auth-card__social .ets_solo_social_item:focus-within .ets_solo_social_btn,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item:hover .ets_solo_social_btn,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item:focus-within .ets_solo_social_btn,
body#authentication .kfd-auth-register-form .ets_solo_social_item:hover .ets_solo_social_btn,
body#authentication .kfd-auth-register-form .ets_solo_social_item:focus-within .ets_solo_social_btn,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item:hover .ets_solo_social_btn,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item:focus-within .ets_solo_social_btn {
  transform: translateY(-1px);
  border-color: rgba(61, 82, 213, 0.24);
  background: #f8faff;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item i,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item i,
body#authentication .kfd-auth-register-form .ets_solo_social_item i,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item i {
  font-size: 1.6rem;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google {
  width: 100%;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  justify-content: center;
  gap: 12px;
  border-radius: 5px;
  background: #f5f6fc;
  border-color: rgba(165, 169, 172, 0.2);
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn::after,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn::after,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn::after,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn::after {
  content: 'Kontynuuj z kontem Google';
  color: #011638;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google i,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google i,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google i,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  font-size: 0;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google i.svg_gl,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google i.svg_gl,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google i.svg_gl,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google i.svg_gl {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body#authentication .kfd-auth-card__social .ets_solo_social_item.google i svg,
body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google i svg,
body#authentication .kfd-auth-register-form .ets_solo_social_item.google i svg,
body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google i svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
}

body#authentication .kfd-auth-card__signup,
body.page-authentication .kfd-auth-card__signup {
  margin-top: 28px;
  padding-top: 8px;
  border-top: 0;
  text-align: center;
}

body#authentication .kfd-auth-card__signup a,
body.page-authentication .kfd-auth-card__signup a {
  color: #3d52d5;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

body#authentication .kfd-auth-register-form,
body.page-authentication .kfd-auth-register-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body#authentication .kfd-auth-register-form__switch,
body.page-authentication .kfd-auth-register-form__switch {
  margin: 0;
  color: rgba(16, 19, 22, 0.72);
  font-size: 0.92rem;
  text-align: center;
}

body#authentication .kfd-auth-register-form__switch a,
body.page-authentication .kfd-auth-register-form__switch a {
  color: #3d52d5;
  font-weight: 600;
}

body#authentication #customer-form > div,
body.page-authentication #customer-form > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body#authentication #customer-form .form-group,
body.page-authentication #customer-form .form-group {
  display: block;
  margin: 0;
}

body#authentication #customer-form .form-group > [class*='col-'],
body.page-authentication #customer-form .form-group > [class*='col-'] {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  text-align: left;
}

body#authentication #customer-form .form-control-label,
body.page-authentication #customer-form .form-control-label {
  display: block;
  margin: 0 0 8px;
  color: #101316;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body#authentication #customer-form .form-control-comment,
body.page-authentication #customer-form .form-control-comment {
  display: none;
}

body#authentication #customer-form .form-control,
body.page-authentication #customer-form .form-control {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  color: #101316;
  font-size: 1rem;
  line-height: 1.4;
}

body#authentication #customer-form .form-control:focus,
body.page-authentication #customer-form .form-control:focus {
  border-color: #3d52d5;
  box-shadow: 0 0 0 4px rgba(61, 82, 213, 0.1);
}

body#authentication #customer-form .input-group,
body.page-authentication #customer-form .input-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

body#authentication #customer-form .input-group:focus-within,
body.page-authentication #customer-form .input-group:focus-within {
  border-color: #3d52d5;
  box-shadow: 0 0 0 4px rgba(61, 82, 213, 0.1);
}

body#authentication #customer-form .input-group .form-control,
body.page-authentication #customer-form .input-group .form-control {
  flex: 1 1 auto !important;
  width: 1% !important;
  min-width: 0 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body#authentication #customer-form .input-group .input-group-btn,
body.page-authentication #customer-form .input-group .input-group-btn {
  display: flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  align-self: stretch;
  white-space: nowrap;
}

body#authentication #customer-form .input-group .input-group-btn > .btn,
body.page-authentication #customer-form .input-group .input-group-btn > .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 46px !important;
  padding: 0 16px !important;
  border: 0;
  border-left: 1px solid rgba(165, 169, 172, 0.2);
  border-radius: 0;
  background: #3d52d5 !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

body#authentication #customer-form .input-group .input-group-btn > .btn:hover,
body#authentication #customer-form .input-group .input-group-btn > .btn:focus,
body.page-authentication #customer-form .input-group .input-group-btn > .btn:hover,
body.page-authentication #customer-form .input-group .input-group-btn > .btn:focus {
  background: #3246bc !important;
  color: #fff !important;
}

body#authentication #customer-form .tooltip-phone,
body.page-authentication #customer-form .tooltip-phone {
  width: 100%;
  max-width: 100%;
  margin: -4px 0 0 !important;
  margin-left: 0 !important;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8df;
  color: #6d5d10;
  font-size: 0.86rem;
  line-height: 1.45;
}

body#authentication #customer-form .custom-checkbox,
body.page-authentication #customer-form .custom-checkbox {
  display: block;
}

body#authentication #customer-form .custom-checkbox label,
body.page-authentication #customer-form .custom-checkbox label {
  margin: 0;
  color: #101316;
  font-size: 0.95rem;
  line-height: 1.55;
}

body#authentication #customer-form .custom-checkbox label:has(input[name='psgdpr'])::after,
body.page-authentication #customer-form .custom-checkbox label:has(input[name='psgdpr'])::after {
  content: ' (wymagane)';
  color: #d93025;
  font-weight: 600;
}

body#authentication #customer-form .custom-checkbox em,
body.page-authentication #customer-form .custom-checkbox em {
  display: block;
  margin-top: 4px;
  color: rgba(16, 19, 22, 0.64);
  font-size: 0.87rem;
  font-style: normal;
}

body#authentication #customer-form .form-footer,
body.page-authentication #customer-form .form-footer {
  margin-top: 12px;
}

@media (max-width: 991px) {
  body#authentication .kfd-auth-page,
  body.page-authentication .kfd-auth-page {
    padding-top: 7px;
    padding-bottom: 11px;
  }

  body#authentication .kfd-auth-page__inner,
  body.page-authentication .kfd-auth-page__inner {
    padding: 0 16px;
  }

  body#authentication .kfd-auth-card,
  body.page-authentication .kfd-auth-card {
    padding-left: 28px;
    padding-right: 28px;
  }

  body#authentication .kfd-auth-card,
  body.page-authentication .kfd-auth-card {
    padding-top: 32px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  body#authentication .kfd-auth-card,
  body.page-authentication .kfd-auth-card {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.09);
  }

  body#authentication .kfd-auth-card,
  body.page-authentication .kfd-auth-card {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  body#authentication .kfd-auth-card__header,
  body.page-authentication .kfd-auth-card__header {
    margin-bottom: 24px;
  }

  body#authentication .kfd-auth-card__eyebrow,
  body.page-authentication .kfd-auth-card__eyebrow {
    font-size: 1.125rem;
    letter-spacing: 0;
  }

  body#authentication #login-form > div,
  body.page-authentication #login-form > div {
    gap: 16px;
  }

  body#authentication #login-form .form-control,
  body.page-authentication #login-form .form-control,
  body#authentication #submit-login,
  body.page-authentication #submit-login,
  body#authentication #customer-form .form-control,
  body.page-authentication #customer-form .form-control {
    min-height: 46px;
  }

  body#authentication #customer-form > div,
  body.page-authentication #customer-form > div {
    gap: 12px;
  }

  body#authentication #login-form .input-group .input-group-btn > .btn,
  body.page-authentication #login-form .input-group .input-group-btn > .btn,
  body#authentication #customer-form .input-group .input-group-btn > .btn,
  body.page-authentication #customer-form .input-group .input-group-btn > .btn {
    min-width: 72px;
    height: 46px !important;
    font-size: 0.76rem;
  }

  body#authentication .kfd-auth-card__social,
  body.page-authentication .kfd-auth-card__social,
  body#authentication .kfd-auth-register-form .ets_solo_social_wrapper,
  body.page-authentication .kfd-auth-register-form .ets_solo_social_wrapper {
    margin-top: 24px;
  }

  body#authentication .kfd-auth-card__social .ets_solo_social,
  body.page-authentication .kfd-auth-card__social .ets_solo_social,
  body#authentication .kfd-auth-register-form .ets_solo_social,
  body.page-authentication .kfd-auth-register-form .ets_solo_social {
    gap: 10px;
  }

  body#authentication .kfd-auth-card__signup a,
  body.page-authentication .kfd-auth-card__signup a,
  body#authentication .kfd-auth-register-form__switch,
  body.page-authentication .kfd-auth-register-form__switch {
    font-size: 0.9rem;
  }

  body#authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn::after,
  body.page-authentication .kfd-auth-card__social .ets_solo_social_item.google .ets_solo_social_btn::after,
  body#authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn::after,
  body.page-authentication .kfd-auth-register-form .ets_solo_social_item.google .ets_solo_social_btn::after {
    font-size: 0.9rem;
  }
}
