body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: auto !important;
  background-color: white !important;
}

.center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.chk-wrap {
  margin: -5px 0 10px 0;
}

.chk-wrap label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.pwchange-wrap {
  max-width: 400px;
  margin: 50px auto;
  background: #f7f7fa;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 28px 32px 22px 32px;
  color: #333;
  text-align: center;
}

.pwchange-wrap h2 {
  margin-top: 0;
  color: #3b82f6;
  font-size: 1.3rem;
  font-weight: 600;
}

.pwchange-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.pwchange-wrap form input[type=password] {
  padding: 12px;
  font-size: 1.08rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f9f6f6;
}

.pwchange-wrap form button {
  background: #60a5fa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

.pwchange-wrap form button:hover {
  background: #3b82f6;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

.pwchange-wrap form button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

.pwchange-wrap form button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

/* Removed unused .admin-welcome and .admin-actions blocks */
.notice {
  max-width: 350px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#top-notice {
  position: relative;
  top: 60px;
  margin-bottom: -90px !important;
  padding: 10px !important;
  z-index: 2;
  display: block;
}

.notice.error {
  background: #ffeaea;
  color: #a94442;
  border: 1.5px solid #f5c6cb;
  padding: 4px !important;
  margin-bottom: 20px !important;
}

.notice.success {
  background: #eaffea;
  color: #256029;
  border: 1.5px solid #b7f5c6;
  padding: 4px !important;
}

.notice.warning {
  background: #fff3cd;
  color: #856404;
  border: 1.5px solid #ffeeba;
}

/* Removed unused .infowall and .page-admin-panel blocks */
@media (max-width: 600px) {
  #frm1 {
    width: 90%;
    margin-top: 40px;
    padding: 10px 2vw 20px 2vw;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  #frm1 form h3 {
    font-size: 1.1rem;
  }
  #frm1 form input,
  #frm1 form button {
    font-size: 1rem;
    padding: 8px;
  }
}
#frm1 {
  margin: auto;
  width: 17.5%;
  margin-top: 135px;
  background-color: rgba(130, 211, 187, 0.5);
  padding: 15px 40px 50px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

#frm1 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#frm1 form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Times New Roman;
  color: #1f2937;
  letter-spacing: 1px;
  font-size: 24px;
}

#frm1 form input[type=text],
#frm1 form input[type=password] {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
  background: #f9f6f6;
  transition: border 0.2s;
}

#frm1 form input[type=text]:focus,
#frm1 form input[type=password]:focus {
  border: 1.5px solid #60a5fa;
  outline: none;
}

#frm1 form button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #60a5fa;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

#frm1 form button:hover {
  background: #3b82f6;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

#frm1 form button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

#frm1 form button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#frm1 form #chk {
  margin-left: 0;
  accent-color: #60a5fa;
}

#frm1 form #lbl {
  margin-top: -10px !important;
  font-size: 0.95rem;
  color: #1f2937;
}

.check {
  font-size: 20px;
  color: rgba(87, 99, 121, 0.84);
}

@media (max-width: 820px) {
  #bank.bank-dashboard form {
    --label-w: 140px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
