/** 
 * Filename : login.module.scss
 * Author: Achmad Yusri Afandi (yusrideb@cpan.org)
 * Date Create : 8/19/26 9:16 PM
 */
/** 
 * Filename : variables.scss
 * Author: Achmad Yusri Afandi (yusrideb@cpan.org)
 * Date Create : 8/19/26 9:17 PM
 */
.login-module__loginPage__tv1ox {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 32px 16px 72px;
  color: #17202a;
}

.login-module__background__7Bfhk,
.login-module__overlay__S6I1d {
  position: fixed;
  inset: 0;
}

.login-module__background__7Bfhk {
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.login-module__overlay__S6I1d {
  z-index: -1;
  background: linear-gradient(120deg, rgba(10, 20, 32, 0.78), rgba(31, 76, 89, 0.54));
}

.login-module__panel__GN100 {
  width: min(100%, 420px);
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.login-module__brand__1GLaZ {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}
.login-module__brand__1GLaZ h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.login-module__brand__1GLaZ p {
  margin: 6px 0 0;
  color: #5e6a76;
  line-height: 1.5;
}

.login-module__logo__s8cIr {
  max-width: 190px;
  height: auto;
}

.login-module__form__ENc9z {
  display: grid;
  gap: 18px;
}

.login-module__field__GnjWS {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.login-module__field__GnjWS input {
  width: 100%;
  border: 1px solid #c7d0d9;
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.login-module__field__GnjWS input:focus {
  outline: 3px solid rgba(19, 104, 153, 0.22);
  border-color: #136899;
}

.login-module__passwordGroup__-jBMo {
  display: grid;
  grid-template-columns: 1fr 72px;
}
.login-module__passwordGroup__-jBMo input {
  border-radius: 6px 0 0 6px;
}

.login-module__passwordToggle__4zxUI {
  border: 1px solid #c7d0d9;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background: #eef3f7;
  color: #243444;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.login-module__message__7T-v7 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.login-module__message__7T-v7 button {
  margin-left: auto;
  border: 0;
  border-radius: 4px;
  padding: 6px 10px;
  background: #136899;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.login-module__danger__nNo-s {
  background: #fde8e8;
  color: #8a1f1f;
}

.login-module__warning__z4WnA {
  background: #fff3cd;
  color: #6f5200;
}

.login-module__info__tK5s6 {
  background: #e7f3ff;
  color: #16476b;
}

.login-module__success__MWy7P {
  background: #e7f7ed;
  color: #1f6b3c;
}

.login-module__submit__3exQ4 {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: #136899;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.login-module__submit__3exQ4:disabled {
  cursor: wait;
  opacity: 0.72;
}

.login-module__footer__ifDL9 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.login-module__copyright__yVYw0 {
  padding: 12px 16px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 425px) {
  .login-module__panel__GN100 {
    padding: 22px;
  }
  .login-module__brand__1GLaZ h1 {
    font-size: 24px;
  }
}