/* Only the public authentication page uses this theme. */
body.leyo-auth { background: #f5f4f0; color: #242629; font-family: 'Segoe UI', Arial, sans-serif; }
.leyo-auth .main-wrapper { min-height: 100vh; background: #f5f4f0; }
.leyo-auth .leyo-auth-header { background: #101214; border-bottom: 1px solid #303031; }
.leyo-auth .leyo-auth-header-inner { max-width: 1140px; margin: auto; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.leyo-auth .leyo-auth-logo img { width: 185px; height: auto; display: block; }
.leyo-auth .leyo-auth-header a { color: #d7c291; font-size: 13px; text-decoration: none; }
.leyo-auth .leyo-auth-header a:hover { color: #fff; }
.leyo-auth .leyo-auth-header-nav { display: flex; gap: 25px; align-items: center; }
.leyo-auth .leyo-auth-brands { background: #090909; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.leyo-auth .leyo-auth-brands img { display: block; width: 780px; min-width: 780px; max-width: none; height: 100px; margin: auto; object-fit: contain; }
.leyo-auth .leyo-auth-main { max-width: 1140px; padding: 44px 28px 64px; margin: auto; }
.leyo-auth .leyo-auth-entry { display: grid; grid-template-columns: 1fr 460px; gap: 70px; align-items: center; }
.leyo-auth .leyo-auth-eyebrow { display: block; color: #826733; letter-spacing: 2.5px; font-size: 11px; font-weight: 700; margin-bottom: 20px; }
.leyo-auth .leyo-auth-intro h1 { font-size: clamp(34px, 4vw, 49px); font-weight: 600; line-height: 1.16; letter-spacing: -1.8px; margin: 0 0 24px; color: #202326; }
.leyo-auth .leyo-auth-intro h1 span { color: #907039; }
.leyo-auth .leyo-auth-intro p { max-width: 420px; color: #6d7072; font-size: 15px; line-height: 1.8; }
.leyo-auth .leyo-auth-values { border-top: 1px solid #dedbd3; margin-top: 32px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 24px; color: #595b5b; font-size: 12px; }
.leyo-auth .leyo-auth-values i { color: #987a40; margin-right: 7px; }
.leyo-auth .leyo-auth-card { background: #fff; border: 1px solid #e6e3dc; border-radius: 18px; padding: 32px; box-shadow: 0 12px 35px rgba(24, 26, 28, .045); }
.leyo-auth .leyo-auth-card h2 { color: #242629; font-size: 25px; font-weight: 600; letter-spacing: -.6px; margin: 0 0 9px; }
.leyo-auth .leyo-auth-subtitle { color: #76787b; font-size: 13px; line-height: 1.7; margin-bottom: 26px; }
.leyo-auth .leyo-auth-card .row { margin: 0; }
.leyo-auth .leyo-auth-card .row > [class*="col-"] { width: 100%; margin: 0; padding: 0; float: none; }
.leyo-auth .leyo-auth-card .form-group { margin: 0 0 17px; }
.leyo-auth .leyo-auth-card .input-group { width: 100%; }
.leyo-auth .leyo-auth-card .form-control { min-height: 46px; border: 1px solid #dedfe0; background: #fcfcfb; color: #292c2e; box-shadow: none; font-size: 14px; border-radius: 0 7px 7px 0; padding: 11px 12px; }
.leyo-auth .leyo-auth-card textarea.form-control { min-height: 90px; resize: vertical; }
.leyo-auth .leyo-auth-card .form-control:focus { border-color: #9c8048; box-shadow: 0 0 0 3px rgba(156,128,72,.13); background: #fff; }
.leyo-auth .leyo-auth-card .input-group-addon { width: 44px; border: 1px solid #dedfe0; border-right: 0; border-radius: 7px 0 0 7px; color: #9a845b; background: #fcfcfb; }
.leyo-auth .leyo-auth-card .input-group-addon.custom-error { color: #b42318; border-color: #d76760; background: #fff0ef; }
.leyo-auth .leyo-auth-card label.error, .leyo-auth .validation-summary-errors { color: #b42318; font-size: 12px; line-height: 1.6; margin-top: 6px; }
.leyo-auth .leyo-auth-card .btn-primary { color: #fff; background: #242628; border: 1px solid #242628; border-radius: 7px !important; padding: 13px 20px; font-size: 14px; font-weight: 600; }
.leyo-auth .leyo-auth-card .btn-primary:hover { background: #715a30; border-color: #715a30; }
.leyo-auth .leyo-auth-card a { color: #80632f; }
.leyo-auth .leyo-auth-card .btn-link { padding: 9px 0; font-size: 12px; }
.leyo-auth .leyo-auth-card .btn:focus-visible, .leyo-auth a:focus-visible, .leyo-auth .leyo-auth-brands:focus-visible { outline: 2px solid #9c8048; outline-offset: 3px; }
.leyo-auth .leyo-auth-field-label { display: block; font-size: 12px; font-weight: 600; color: #55595c; margin-bottom: 7px; }
.leyo-auth .leyo-auth-login-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.leyo-auth .leyo-auth-login-actions .btn { float: none !important; }
.leyo-auth .leyo-auth-login-actions .btn-primary { order: -1; background: #b49759; border-color: #b49759; color: #17191b; }
.leyo-auth .leyo-auth-login-actions .btn-primary:hover { background: #c4aa70; }
.leyo-auth .leyo-auth-card-footer { border-top: 1px solid #eeece7; padding-top: 18px; color: #777; font-size: 12px; text-align: center; }
.leyo-auth .leyo-auth-register { margin-top: 46px; scroll-margin-top: 24px; }
.leyo-auth .leyo-auth-register-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #eeece7; margin-bottom: 26px; }
.leyo-auth #frmSingin > .row > .col-sm-8 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.leyo-auth #frmSingin > .row > .col-sm-6 { color: #828282; font-size: 12px; }
.leyo-auth #frmSingin .leyo-auth-wide { grid-column: 1 / -1; }
.leyo-auth .leyo-auth-footer { text-align: center; padding-top: 30px; color: #8b8b86; font-size: 11px; letter-spacing: .4px; }
@media (max-width: 850px) {
    .leyo-auth .leyo-auth-entry { grid-template-columns: 1fr; gap: 26px; }
    .leyo-auth .leyo-auth-intro h1 { font-size: 34px; }
    .leyo-auth .leyo-auth-values { display: none; }
    .leyo-auth .leyo-auth-intro p { max-width: none; }
    .leyo-auth .leyo-auth-main { padding-top: 28px; }
}
@media (max-width: 540px) {
    .leyo-auth .leyo-auth-header-inner { padding: 18px; }
    .leyo-auth .leyo-auth-logo img { width: 140px; }
    .leyo-auth .leyo-auth-header-nav { gap: 14px; }
    .leyo-auth .leyo-auth-header-nav a { font-size: 11px; }
    .leyo-auth .leyo-auth-main { padding: 26px 8px; }
    .leyo-auth .leyo-auth-intro { padding: 0 12px; }
    .leyo-auth .leyo-auth-card { padding: 22px 7px; border-radius: 12px; }
    .leyo-auth .leyo-auth-card h2, .leyo-auth .leyo-auth-subtitle { padding-left: 5px; }
    .leyo-auth #frmSingin > .row > .col-sm-8 { grid-template-columns: 1fr; }
    .leyo-auth .leyo-auth-register-heading { align-items: flex-start; flex-direction: column; gap: 0; }
    .leyo-auth .leyo-auth-register-heading > a { margin-bottom: 16px; }
}
