/* BSA_SITE_METALLIC_LOGO_V1 */
.brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1}
.brand-logo{display:block;width:168px;height:auto;aspect-ratio:3/1;object-fit:contain}
.brand small{margin-top:1px;letter-spacing:2.3px}
.footer-logo-link{display:inline-block;line-height:0}
.footer-logo{display:block;width:190px;height:auto;aspect-ratio:3/1;object-fit:contain}

/* BSA_REGISTRATION_FIELD_ERRORS_V1 */
.auth-card-register .auth-field.has-error input{border-color:#ff4967!important;background:#1b0d11!important;box-shadow:0 0 0 3px #ff49671c!important}
.auth-card-register input[aria-invalid="true"]:focus{border-color:#ff6a82!important;box-shadow:0 0 0 4px #ff496728!important}
.auth-card-register .field-error{display:block;color:#ff9bad!important;font-size:12px!important;font-weight:750!important;line-height:1.45;margin-top:2px}
.auth-card-register .field-error:empty{display:none}
.auth-card-register .auth-check.has-error,
.auth-card-register .auth-check[data-has-error="true"]{border:1px solid #ff49677a;border-radius:14px;background:#1b0d11;padding:13px}
.auth-card-register .auth-check .field-error{grid-column:1/-1;margin-left:0}
.auth-card-register .turnstile-wrap.has-error{border:1px solid #ff49677a;border-radius:14px;background:#1b0d11;padding:12px}
.auth-card-register [data-field]{scroll-margin-top:105px}

@media(max-width:560px){
  .brand-logo{width:148px}
  .brand small{font-size:6px;letter-spacing:2px;margin-top:0}
  .footer-logo{width:170px}
}
