
/* v112: center Admin/MyPage login and remove MyPage login nav */
body.login-centered-page{
  min-height:100vh!important;
  background:
    radial-gradient(circle at 88% 9%, rgba(230,0,35,.10), transparent 28rem),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}
body.login-centered-page.no-topbar .mypage-topbar{
  display:none!important;
}
body.login-centered-page .nn-login-clean{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  padding:28px 16px!important;
}
body.login-centered-page .nn-login-clean .container{
  width:100%!important;
  max-width:480px!important;
  margin:0 auto!important;
  padding:0!important;
}
body.login-centered-page .nn-login-card{
  width:100%!important;
  max-width:460px!important;
  margin:0 auto!important;
  border:1px solid #edf1f6!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(16,24,40,.12)!important;
  padding:38px 34px!important;
}
body.login-centered-page .nn-login-card .brand-mark{
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  box-shadow:0 14px 34px rgba(230,0,35,.18)!important;
}
body.login-centered-page .nn-login-card h1{
  font-size:clamp(1.75rem,4vw,2.35rem)!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:-.05em!important;
  color:#101828!important;
  margin-bottom:8px!important;
}
body.login-centered-page .nn-login-card p{
  color:#667085!important;
  font-weight:800!important;
  margin-bottom:0!important;
}
body.login-centered-page .nn-login-card .form-label{
  color:#344054!important;
  font-weight:900!important;
  margin-bottom:8px!important;
}
body.login-centered-page .nn-login-card .form-control{
  min-height:54px!important;
  border:1.4px solid #d0d5dd!important;
  border-radius:15px!important;
  box-shadow:none!important;
  font-size:16px!important;
}
body.login-centered-page .nn-login-card .form-control:focus{
  border-color:#e60023!important;
  box-shadow:0 0 0 4px rgba(230,0,35,.08)!important;
}
body.login-centered-page .nn-login-card .btn-danger{
  min-height:58px!important;
  border-radius:999px!important;
  font-weight:950!important;
  box-shadow:0 18px 40px rgba(230,0,35,.20)!important;
}
body.login-centered-page .nn-login-card a{
  color:#e60023!important;
  font-weight:850!important;
  text-decoration:none!important;
}
body.login-centered-page .nn-login-help{
  margin-top:24px!important;
  display:flex!important;
  justify-content:center!important;
  gap:10px!important;
  color:#667085!important;
  font-weight:850!important;
}
@media(max-width:540px){
  body.login-centered-page .nn-login-clean{
    padding:18px 14px!important;
    align-items:center!important;
  }
  body.login-centered-page .nn-login-card{
    max-width:100%!important;
    padding:28px 20px!important;
    border-radius:22px!important;
    box-shadow:0 18px 52px rgba(16,24,40,.10)!important;
  }
  body.login-centered-page .nn-login-card h1{
    font-size:1.8rem!important;
  }
}
