/**
 * Auth pages — 1:1 s-bc.ru/login (Roboto, вкладки text-title 32px / 500)
 */
body.site.bg-center.bg-cover {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(40, 40, 41);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.site.bg-center.bg-cover .font-sans {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Вкладки Вход / Регистрация — как на s-bc.ru */
body.site.bg-center.bg-cover .flex.mb-6 a.text-title,
body.site.bg-center.bg-cover .sbk-auth-tabs a {
  display: inline-block;
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding-bottom: 2px;
}

body.site.bg-center.bg-cover .flex.mb-6 a.text-sbc-violet-700,
body.site.bg-center.bg-cover .sbk-auth-tabs a.text-sbc-violet-700 {
  color: rgb(178, 138, 191) !important;
}

body.site.bg-center.bg-cover .flex.mb-6 a.border-sbc-violet-700,
body.site.bg-center.bg-cover .sbk-auth-tabs a.border-sbc-violet-700 {
  border-color: rgb(178, 138, 191) !important;
}

body.site.bg-center.bg-cover .flex.mb-6 a.text-black,
body.site.bg-center.bg-cover .sbk-auth-tabs a.text-black {
  color: rgb(40, 40, 41) !important;
  border-color: transparent;
}

body.site.bg-center.bg-cover .flex.mb-6 a.text-black:hover,
body.site.bg-center.bg-cover .sbk-auth-tabs a.text-black:hover {
  color: rgb(178, 138, 191);
}

body.site.bg-center.bg-cover .text-date {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

body.site.bg-center.bg-cover .text-oversize {
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
}

body.site.bg-center.bg-cover .text-sm {
  font-size: 14px;
  line-height: 20px;
}

body.site.bg-center.bg-cover form.auth input[type="email"],
body.site.bg-center.bg-cover form.auth input[type="password"],
body.site.bg-center.bg-cover form.auth input[type="text"],
body.site.bg-center.bg-cover form.auth input[type="tel"] {
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #282829;
  outline: none;
}

body.site.bg-center.bg-cover form.auth button[type="submit"],
body.site.bg-center.bg-cover form.auth .button {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.site.bg-center.bg-cover a.sbk-oauth-stub[href="#"] {
  cursor: pointer;
}

body.site.bg-center.bg-cover .sbk-account-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.site.bg-center.bg-cover .sbk-account-section-title {
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
}

body.site.bg-center.bg-cover .sbk-account-panel {
  font-size: 14px;
  line-height: 19px;
}

body.site.bg-center.bg-cover form.auth input[type="password"] {
  height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #282829;
  outline: none;
}
