/* v0.3.0.8 control-panel login
   CF_Sentry renders this only when authentication is required.
   Authenticated pages therefore have no login shell above the admin masthead. */
.admin-sentry-login{
  width:min(520px,calc(100% - 32px))!important;
  margin:70px auto!important;
  padding:22px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid #dce3ec!important;
  border-radius:16px!important;
  box-shadow:0 10px 30px rgba(8,31,69,.08)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  color:#172236!important;
}
.admin-sentry-login td{padding:5px 0!important}
.admin-sentry-login tr:first-child td{padding:0 0 14px!important}
.admin-login-header{
  display:block!important;
  color:#081f45!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:2rem!important;
  line-height:1.08!important;
  font-weight:850!important;
}
.admin-login-label{
  display:block!important;
  margin:3px 0 5px!important;
  color:#172236!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:.9rem!important;
  font-weight:800!important;
}
.admin-login-input{
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid #b9c5d4!important;
  border-radius:9px!important;
  padding:11px 12px!important;
  font:inherit!important;
  background:#fff!important;
}
.admin-login-button{
  margin-top:6px!important;
  background:#15499f!important;
  color:#fff!important;
  border:0!important;
  border-radius:9px!important;
  padding:10px 18px!important;
  font-weight:850!important;
  cursor:pointer!important;
}
.admin-login-note{
  display:block!important;
  padding-top:10px!important;
  color:#5f6f84!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:.86rem!important;
}
.admin-login-error{
  display:block!important;
  width:min(520px,calc(100% - 32px))!important;
  margin:24px auto -48px!important;
  color:#a11212!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:800!important;
}
@media(max-width:620px){
  .admin-sentry-login{margin:28px auto!important;padding:18px!important}
  .admin-login-header{font-size:1.65rem!important}
}
