/* NOJ Minimal Login (PrimeFaces / JSF) */

.login-body{
  background: #FFFFFF;
}

.noj-login-wrapper{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 22px;
}

.noj-login-card{
  width: 520px;
  max-width: 92vw;
  background: #FFFFFF;
  border: 1px solid #E4E6EB;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  padding: 32px 38px 28px;
  text-align: center;
}

.noj-login-logo{
  width: 360px;
  max-width: 78%;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  object-fit: contain;
}

.noj-login-title{
  font-size: 22px;
  font-weight: 700;
  color: #141414;
  margin-top: 4px;
}

.noj-login-subtitle{
  font-size: 14px;
  color: #7A7A7A;
  margin-top: 6px;
  margin-bottom: 26px;
}

.noj-field{
  text-align: left;
  margin-bottom: 16px;
}

.noj-label{
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #141414;
}

.noj-addon{
  background: #0A84C1 !important;
  color: #FFFFFF !important;
  border: 1px solid #0A84C1 !important;
}

.noj-login-card .ui-inputfield,
.noj-login-card .ui-password input{
  background: #FFFFFF;
  border: 1px solid #E4E6EB;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 14px 14px;
}

.noj-login-card .ui-inputgroup-addon{
  border-radius: 10px 0 0 10px;
}

.noj-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 10px 0 18px;
  font-size: 14px;
}

.noj-remember{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7A7A7A;
  user-select: none;
}

.noj-remember input{
  width: 16px;
  height: 16px;
  accent-color: #0A84C1;
}

.noj-link{
  color: #0A84C1;
  text-decoration: none;
  font-weight: 700;
}

.noj-link:hover{
  text-decoration: underline;
}

.noj-btn{
  width: 100%;
  background: #0A84C1 !important;
  border: 1px solid #0A84C1 !important;
  color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-weight: 800 !important;
}

.noj-actions{
  margin-top: 10px;
}

.noj-bottom-link{
  margin-top: 18px;
  font-size: 14px;
  color: #7A7A7A;
}

.noj-footer-logo{
  width: 150px;
  max-width: 40vw;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.95;
}
