body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  overflow: auto;
}

.gsp-flex {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 70px;
  padding: 14px 24px;
}

.gsp-hd-img img {
  width: 100px;
}

.gsp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gsp-brand-logo {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  align-self: center;
}

.gsp-hd-text h2 {
  color: #111827;
  font-size: 26px;
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.3px;
}

.gsp-hd-accent {
  color: #16a34a;
}

.gsp-hd-sub {
  margin: 2px 0 0;
  text-align: left;
  font-size: 11px;
  letter-spacing: 1px;
  color: #4b5563;
  text-transform: uppercase;
}

.gsp-form-main {
  width: 100%;
  display: flex;
}

.gsp-form-left {
  width: 65%;
}

.gsp-form-left img {
  width: 100%;
  height: calc(100vh - 90px);
}

.gsp-form-right {
  width: 35%;
  padding: 30px;
  /* margin-top: 50px; */
}

.gsp-form-right input {
  height: 40px;
  color: #141414;
  background-color: rgba(255, 255, 255, 0.03);
  border: 0.7px solid #0a0a0a;
  border-radius: 5px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-control:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
  border-color: #16a34a !important;
  background-color: #ffffff !important;
}

.gsp-form-right button {
  width: 100%;
  color: #fff;
  background-image: linear-gradient(114deg, #36ba2d, #1a9223);
  border-radius: 10px;
  padding: 12px 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  border: none;
}

.forgot-link {
  text-decoration: none;
}

.gsp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0px 20px;
  color: #6b7280;
  font-size: 10px;
  
}

.gsp-footer-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.gsp-footer-badge {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gsp-footer-center {
  flex: 1;
  text-align: center;
}

.gsp-footer-right {
  flex: 1;
  text-align: right;
  font-weight: 600;
}

.gsp-option-link {
  width: 100%;
  height: calc(100vh - 115px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gsp-option-link-item {
  display: flex;
  padding: 50px 0px;
}
.gsp-option-link-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
}

.gsp-option-link-item a span {
  padding: 10px 20px;
  color: #fff;
  background-image: linear-gradient(114deg, #36ba2d, #1a9223);
  border-radius: 10px;
  padding: 12px 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
}

.gsp-option-link-item a img {
  width: 220px;
  margin-top: 40px;
}

.gsp-hd-logout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gsp-hd-logout a {
  font-family: Montserrat, sans-serif;
  color: #1a9223;
  font-weight: 600;
  /* text-decoration: none; */
  font-size: 16px;
  /* background-image: linear-gradient(114deg, #36ba2d, #1a9223); */
}

.body {
  background: #eef2f6 url(../img/login/login_backgrond.png) no-repeat center
    center;
  background-size: cover;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  height: auto;
  overflow-y: auto;
}

.login-box {
  max-width: 340px;
  width: 90%;
  margin: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px 20px;
  box-shadow: 0 24px 48px rgba(15, 40, 25, 0.22);
  border-top: 4px solid #16a34a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}

.login-box-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.login-box-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f7ec, #d3f0dc);
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.18);
}

.login-box-icon img {
  width: 90px;
  height: 60px;
}

.login-box h2 {
  text-align: center;
  margin-bottom: 2px;
  color: #16a34a;
  font-weight: 700;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
}

.login-subtitle {
  text-align: center;
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 10px;
}

.input-icon-wrap {
  position: relative;
}

.input-icon-left {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 12px;
  pointer-events: none;
}

.input-icon-right {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 12px;
  cursor: pointer;
}

.input-icon-wrap .form-control {
  padding-left: 32px;
  padding-right: 32px;
}

.login-box .mb-3 {
  margin-bottom: 10px !important;
}

.login-box .mb-2 {
  margin-bottom: 6px !important;
}

.login-box .mb-1 {
  margin-bottom: 4px !important;
}

.login-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #333;
}

.remember-me input[type="checkbox"] {
  accent-color: #16a34a;
  width: 13px;
  height: 13px;
}

.remember-me label {
  margin: 0;
  cursor: pointer;
}

.btn-primary {
  width: 100%;
}
.forgot-link {
  color: #16a34a;
  font-size: 12px;
  text-decoration: none;
}
.forgot-link:hover {
  text-decoration: underline;
}

.login-divider {
  margin: 12px 0 8px;
  border: none;
  border-top: 1px solid #e5e7eb;
}

.login-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 11px;
  color: #4b5563;
}

.login-tagline i {
  color: #16a34a;
}

.login-tagline strong {
  color: #16a34a;
  font-weight: 600;
}

.form-label {
  color: #1f2937;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
}

.form-control {
  background-color: #f9fafb !important;
  border: 1px solid #d1d5db !important;
  color: #000 !important;
  border-radius: 6px;
  height: 36px;
  font-size: 13px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.form-control::placeholder {
  color: #9ca3af !important;
  font-size: 13px;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 340px;
}

.toast-msg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  animation: toast-in 0.25s ease;
}

.toast-msg.toast-hide {
  animation: toast-out 0.3s ease forwards;
}

.toast-success {
  background: linear-gradient(114deg, #36ba2d, #1a9223);
}

.toast-error {
  background: linear-gradient(114deg, #ef4444, #b91c1c);
}

.toast-icon {
  font-size: 16px;
  margin-top: 1px;
}

.toast-text {
  flex: 1;
  line-height: 1.4;
}

.toast-close {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.toast-close:hover {
  opacity: 1;
}

@keyframes toast-in {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toast-out {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(30px);
    opacity: 0;
  }
}

.submitBtn {
  background-image: linear-gradient(114deg, #36ba2d, #1a9223);
  background-color: #249b00;
  border-color: #249b00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 18px rgba(26, 146, 35, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.submitBtn:hover {
  background-color: #1a9223;
  border-color: #1a9223;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(26, 146, 35, 0.42);
}

.submitBtn:active {
  transform: translateY(0);
}
