@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap");

body.task-login {
  font-family: "Be Vietnam Pro", system-ui, sans-serif !important;
  color: #e8eef5 !important;
  background-color: #061526 !important;
  background-image:
    radial-gradient(ellipse 70% 50% at 50% 38%, rgba(20, 90, 160, .28), transparent 62%),
    linear-gradient(rgba(46, 110, 170, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 110, 170, .10) 1px, transparent 1px) !important;
  background-size: auto, 52px 52px, 52px 52px !important;
  min-height: 100vh;
}
body.task-login #layout { background: transparent !important; }
body.task-login #layout-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 28px 18px 88px !important;
  background: transparent !important;
}
body.task-login #logo { display: none !important; }

.pkf-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.pkf-brand img { width: 64px; height: 64px; object-fit: contain; }
.pkf-lockup { display: flex; flex-direction: column; line-height: 1.05; }
.pkf-lockup .line { font-size: 28px; font-weight: 800; letter-spacing: .02em; color: #fff; }
.pkf-lockup .line b { color: #3aa0e8; font-weight: 800; }
.pkf-lockup .sub { font-size: 11px; font-weight: 700; letter-spacing: .28em; color: #7cb6e0; margin-top: 4px; }

body.task-login #login-form {
  width: 100%;
  max-width: 420px;
  background: rgba(10, 22, 40, .72);
  border: 1px solid rgba(77, 179, 234, .18);
  border-radius: 14px;
  padding: 22px 20px 18px;
  backdrop-filter: blur(10px);
  box-shadow: none !important;
}
body.task-login #login-form table { width: 100%; }
body.task-login #login-form td.title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #c5d0dc;
  padding: 0 0 6px;
}
body.task-login #login-form td.input { display: block; padding: 0 0 14px; }
body.task-login #login-form tr { display: block; }
body.task-login #login-form input.form-control {
  width: 100%;
  height: 44px;
  border: 1px solid #24364d !important;
  border-radius: 8px !important;
  padding: 0 12px;
  font-size: 14px;
  background: #0b1626 !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.task-login #login-form input.form-control:focus {
  border-color: #e85d04 !important;
  outline: none;
}
body.task-login #rcmloginsubmit,
body.task-login #login-form button.submit,
body.task-login .formbuttons .button {
  width: 100%;
  height: 44px !important;
  margin-top: 4px;
  border: 0 !important;
  border-radius: 8px !important;
  background: #e85d04 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: .02em;
}
body.task-login #rcmloginsubmit:hover,
body.task-login .formbuttons .button:hover { filter: brightness(1.08); background: #f06a12 !important; }
body.task-login #login-footer {
  max-width: 420px;
  margin: 18px auto 0;
  text-align: center;
  color: #8ea0b5 !important;
  font-size: 12px;
}
body.task-login .pkf-copy {
  text-align: center;
  color: #7a8ba0;
  font-size: 12px;
  margin-top: 22px;
  max-width: 420px;
}

/* App chrome */
#layout-menu, #layout-sidebar { }
#logo, .header-title img, img#logo { max-height: 36px; }
.header-title { font-family: "Be Vietnam Pro", system-ui, sans-serif; }
#layout-header { background: #061526 !important; border-bottom: 1px solid rgba(77,179,234,.18); }
