/* SMART-SCAN.GE production authentication layout. */
html,body{width:100%;min-width:100%;min-height:100%;margin:0;overflow-x:hidden}
body.auth-entry-page{
  box-sizing:border-box!important;
  width:100%!important;min-width:100%!important;min-height:100vh!important;min-height:100dvh!important;
  margin:0!important;padding:32px 24px!important;
  display:grid!important;place-items:center!important;
  position:relative!important;float:none!important;transform:none!important;overflow-x:hidden!important;
}
body.auth-entry-page>.container{
  box-sizing:border-box!important;position:relative!important;inset:auto!important;
  width:min(100%,500px)!important;max-width:500px!important;
  margin:0 auto!important;transform:none!important;float:none!important;
  overflow:visible!important;
}
body.auth-entry-page .logo{margin-bottom:24px!important;text-align:center!important}
body.auth-entry-page .brand-chip{padding:10px 18px!important;font-size:21px!important;line-height:1.15!important}
body.auth-entry-page .logo h1{
  display:block!important;width:100%!important;max-width:100%!important;margin:24px auto 0!important;
  white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere!important;word-break:normal!important;
  line-height:1.24!important;font-size:clamp(22px,3.2vw,30px)!important;text-align:center!important;
}
body.auth-entry-page .form-group input[type="password"]{background:#fff!important}
body.auth-entry-page #regPasswordConfirm{background:#fff!important;border-color:#d9dfe6!important;box-shadow:none!important}
body.auth-entry-page #regPasswordConfirm:focus{background:#fff!important;border-color:#8ab7d1!important;box-shadow:0 0 0 4px #eaf6ff!important}

/* Authentication action colors: sign-in = light green, registration = light blue. */
body.auth-entry-page .login-btn,body.auth-entry-page .login-link a[href="login.html"]{
  background:#ddf6e7!important;color:#14532d!important;border:1px solid #8fd3aa!important;box-shadow:none!important
}
body.auth-entry-page .login-btn:hover,body.auth-entry-page .login-link a[href="login.html"]:hover{background:#ccefd9!important}
body.auth-entry-page #registerForm>.btn,body.auth-entry-page .register-link a[href="register.html"]{
  background:#e2f3ff!important;color:#155b7f!important;border:1px solid #8cc9ea!important;box-shadow:none!important
}
body.auth-entry-page #registerForm>.btn:hover,body.auth-entry-page .register-link a[href="register.html"]:hover{background:#d2ecfc!important}
body.auth-entry-page .register-link a[href="register.html"],body.auth-entry-page .login-link a[href="login.html"]{
  display:inline-block;border-radius:8px;padding:8px 14px;text-decoration:none;font-weight:800
}
body.auth-entry-page .verify-btn,body.auth-entry-page #verifyEmailBtn{
  background:#e7f7ed!important;color:#14532d!important;border-color:#91c9a4!important;box-shadow:none!important
}


body.auth-entry-page>.container>.smartscan-language-picker--auth{align-self:stretch!important}

/* v1.4.14: authentication language control is structurally inside the card. */
body.auth-entry-page>.container>.auth-language-row{
  box-sizing:border-box!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;
  width:100%!important;min-height:42px!important;margin:0 0 8px!important;padding:0!important;position:relative!important;z-index:5!important
}
body.auth-entry-page .auth-language-row>.smartscan-language-picker--auth{
  position:static!important;inset:auto!important;display:inline-flex!important;width:auto!important;max-width:210px!important;
  margin:0!important;transform:none!important;float:none!important
}
body.auth-entry-page .auth-language-row>.smartscan-language-picker--auth select{
  width:170px!important;max-width:100%!important;min-width:0!important
}
@media(max-width:560px){
  body.auth-entry-page>.container>.auth-language-row{justify-content:center!important;margin-bottom:10px!important}
  body.auth-entry-page .auth-language-row>.smartscan-language-picker--auth{width:100%!important;max-width:220px!important}
  body.auth-entry-page .auth-language-row>.smartscan-language-picker--auth select{width:100%!important}
}

/* v1.4.14: explicit sign-in color contract. */
body.auth-entry-page #loginForm .login-btn{background:#dff7e8!important;color:#14532d!important;border:1px solid #86cfa3!important;box-shadow:0 2px 8px rgba(20,83,45,.08)!important}
body.auth-entry-page #loginForm .login-btn:hover{background:#cdefd9!important}
