body{font-family: "Segoe UI", Arial, sans-serif;font-size: 16px}
.logo{height:80px;}
.img-center{margin:0 auto; display: block;}
.login-page.login-screen {
  min-height: 100vh !important;
  margin-top: 0;
  padding: 32px 16px;
  background-color: #e5e5e5;
  background-image: url("../images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-screen .login-box {
  width: 100%;
  max-width: 420px;
}
.login-screen .login-shell-card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(28, 74, 144, 0.18);
  overflow: hidden;
}
.login-screen .login-shell-body {
  padding: 18px 22px 28px;
}
.login-screen .login-brand-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 10px;
  background: #fff;
}
.login-screen .login-brand-logo {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.login-screen .login-alert {
  margin-bottom: 16px;
  border-radius: 12px;
}
.login-screen .login-form-shell {
  margin-bottom: 14px;
}
.login-screen .login-field-group {
  margin-bottom: 12px;
}
.login-screen .login-input-group {
  align-items: stretch;
  border: 1px solid #dfe7f4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.login-screen .login-input-group:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.login-screen .login-input-icon,
.login-screen .login-toggle-password {
  border: 0 !important;
  color: #6b7280;
}
.login-screen .login-input-icon {
  padding: 0 14px;
}
.login-screen .login-input {
  height: 44px;
  border: 0 !important;
  padding: 12px 10px;
  box-shadow: none !important;
  color: #334155;
}
.login-screen .login-input::placeholder {
  color: #9aa6b2;
}
.login-screen .login-toggle-password {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  cursor: pointer;
}
.login-screen .login-toggle-password:hover,
.login-screen .login-toggle-password:focus {
  color: #2563eb;
  outline: none;
}
.login-screen .login-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 16px;
}
.login-screen .login-remember-wrap {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}
.login-screen .login-remember-wrap label {
  font-weight: 400 !important;
}
.login-screen .login-forgot-link,
.login-screen .login-signup-copy a,
.login-screen .login-legal-copy a,
.login-screen .login-back-link {
  color: #2b6fd6;
  font-weight: 500;
  text-decoration: none;
}
.login-screen .login-forgot-link:hover,
.login-screen .login-signup-copy a:hover,
.login-screen .login-legal-copy a:hover,
.login-screen .login-back-link:hover {
  color: #1e4fa7;
  text-decoration: none;
}
.login-screen .login-submit-btn {
  height: 36px;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #328b28 !important;
  box-shadow: 0 12px 24px rgba(50, 139, 40, 0.24);
}
.login-screen .login-submit-btn:hover,
.login-screen .login-submit-btn:focus {
  background: #93c31f !important;
}
.login-screen .login-signup-copy,
.login-screen .login-legal-copy,
.login-screen .login-back-link-wrap {
  margin-bottom: 0;
  text-align: center;
}
.login-screen .login-signup-copy {
  margin-top: 14px;
  color: #4b5563;
  font-size: 14px;
}
.login-screen .login-signup-copy a {
  font-weight: 700;
}
.login-screen .login-legal-copy {
  margin-top: 18px;
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.7;
}
.login-screen .login-back-link-wrap {
  margin-top: 18px;
}
.login-screen .login-back-link {
  font-size: 15px;
}
.auth-legal-break {
  display: inline-block;
}
.login-page.auth-screen,
.register-page.auth-screen {
  min-height: 100vh !important;
  margin-top: 0;
  padding: 32px 16px;
  background-color: #e5e5e5;
  background-image: url("../images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.auth-screen .login-box,
.auth-screen .register-box,
.auth-screen .feedback-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.auth-screen .login-box {
  max-width: 420px;
}
.auth-screen .register-box {
  max-width: 620px;
}
.auth-screen .feedback-box {
  max-width: 760px;
}
.auth-screen .auth-shell-card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(28, 74, 144, 0.18);
  overflow: hidden;
}
.auth-screen .auth-shell-body {
  padding: 18px 22px 28px;
}
.auth-screen .register-box .auth-shell-body {
  padding: 18px 20px 28px;
}
.auth-screen .auth-brand-logo {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.auth-screen .auth-alert {
  margin-bottom: 16px;
  border-radius: 12px;
}
.auth-screen .auth-title {
  margin: 0 0 6px;
  color: #334155;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.auth-screen .auth-subtitle {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.auth-screen .auth-form-shell {
  margin-bottom: 14px;
}
.auth-screen .auth-form-shell .form-control,
.auth-screen .auth-form-shell .select2-selection {
  border-color: #dfe7f4;
  border-radius: 10px;
}
/* Input-group: flatten the right side of the input and left side of the button so they join */
.auth-screen .auth-form-shell .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.auth-screen .auth-form-shell .input-group > .form-control:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.auth-screen .auth-form-shell .input-group .input-group-append .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-left: 0;
  height: 100%;
}
.auth-screen .auth-form-shell .form-control:not(textarea),
.auth-screen .auth-form-shell .select2-selection {
  min-height: 44px;
}
.auth-screen .auth-form-shell textarea.form-control {
  border-radius: 14px;
}
.auth-screen .auth-input-group {
  align-items: stretch;
  border: 1px solid #dfe7f4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.auth-screen .auth-input-group:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.auth-screen .auth-input-group .form-control {
  border: 0 !important;
  box-shadow: none !important;
}
.auth-screen .auth-input-icon,
.auth-screen .auth-toggle-password {
  border: 0 !important;
  color: #6b7280;
  background: #fff !important;
}
.auth-screen .auth-input-icon {
  padding: 0 14px;
}
.auth-screen .auth-toggle-password {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #328b28 !important;
  box-shadow: 0 12px 24px rgba(50, 139, 40, 0.24);
}
.auth-screen .auth-submit-btn:hover,
.auth-screen .auth-submit-btn:focus {
  background: #93c31f !important;
}
.auth-screen .auth-link,
.auth-screen .auth-back-link,
.auth-screen .auth-footer-copy a {
  color: #2b6fd6;
  font-weight: 500;
  text-decoration: none;
}
.auth-screen .auth-link:hover,
.auth-screen .auth-back-link:hover,
.auth-screen .auth-footer-copy a:hover {
  color: #1e4fa7;
  text-decoration: none;
}
.auth-screen .auth-footer-copy,
.auth-screen .auth-back-link-wrap {
  margin-bottom: 0;
  text-align: center;
}
.auth-screen .auth-footer-copy {
  margin-top: 14px;
  color: #4b5563;
  font-size: 14px;
}
.auth-screen .auth-back-link-wrap {
  margin-top: 18px;
}
.auth-screen .auth-back-link {
  font-size: 15px;
}
.auth-screen .auth-divider,
.login-screen .login-divider {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px;
  background: #e5e7eb;
}
.login-screen .login-divider.login-divider-soft,
.auth-screen .auth-divider.auth-divider-soft {
  margin: 10px 0 10px;
}
.auth-screen .register-box .auth-divider {
  margin: 10px 0 10px;
}
.auth-screen .register-box .auth-form-shell > h5.border-bottom {
  margin-bottom: 14px !important;
  padding-bottom: 8px;
  line-height: 1.35;
  text-align: center;
}
.auth-screen .register-box .auth-form-shell > h5.border-bottom .text-primary {
  display: block;
  margin-top: 4px;
}
.auth-screen .register-box .bs-stepper {
  --stepper-accent: #672483;
  --stepper-accent-soft: #8a63b8;
  --stepper-success: #24a53b;
  --stepper-success-soft: #24a53b;
  --stepper-warning: #f39627;
  --stepper-danger: #b5121b;
  --stepper-line: #d6d9e2;
  --stepper-muted: #d6d9e2;
  --stepper-muted-text: #8a91a2;
  margin: 15px 0;
  overflow: visible;
}
.auth-screen .register-box .bs-stepper-header {
  align-items: flex-start;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  margin: 0;
  padding: 2px 10px 0;
  max-width: 100%;
  justify-content: center;
}
.auth-screen .register-box .bs-stepper .step {
  flex: 0 1 auto;
  min-width: 104px;
  text-align: center;
}
.auth-screen .register-box .bs-stepper .step-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 6px;
  font-size: 13px;
  border-radius: 0;
  transition: all 0.25s ease;
}
.auth-screen .register-box .bs-stepper .step-trigger.disabled,
.auth-screen .register-box .bs-stepper .step-trigger:disabled {
  opacity: 1 !important;
}
.auth-screen .register-box .bs-stepper-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 600;
  background: var(--stepper-muted);
  color: #98a1b2;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.auth-screen .register-box .bs-stepper-label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--stepper-muted-text);
  white-space: normal;
  transition: color 0.25s ease;
}
.auth-screen .register-box .line,
.auth-screen .register-box .bs-stepper-line {
  flex: 1 0 34px;
  max-width: 100px;
  min-width: 24px;
  height: 2px;
  margin: 15px 2px 0;
  border: 0;
  background: var(--stepper-line);
  transition: background 0.25s ease;
}
.auth-screen .register-box .bs-stepper-content {
  padding-left: 0;
  padding-right: 0;
}
.auth-screen .register-box .bs-stepper .step:first-child .step-trigger {
  padding-left: 0;
}
.auth-screen .register-box .bs-stepper .step:last-child .step-trigger {
  padding-right: 0;
}

/* Theme 3: Underline progress style */
.auth-screen .register-box .bs-stepper.stepper-theme-underline .line,
.auth-screen .register-box .bs-stepper.stepper-theme-underline .bs-stepper-line {
  display: none;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step {
  min-width: 130px;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step-trigger {
  position: relative;
  align-items: center;
  padding: 0 0 10px;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .bs-stepper-circle {
  display: none;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .bs-stepper-label {
  color: var(--stepper-danger);
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step-trigger::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 3px;
  margin-top: 7px;
  background: var(--stepper-danger);
  opacity: 1;
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.active .step-trigger::after,
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.crossed .step-trigger::after {
  background: var(--stepper-warning);
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.crossed .step-trigger::after {
  background: var(--stepper-success);
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.active .bs-stepper-label,
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.crossed .bs-stepper-label {
  color: var(--stepper-warning);
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.crossed .bs-stepper-label {
  color: var(--stepper-success);
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.step-success .step-trigger::after {
  background: var(--stepper-success);
}
.auth-screen .register-box .bs-stepper.stepper-theme-underline .step.step-success .bs-stepper-label {
  color: var(--stepper-success);
}
.login-logo, .register-logo {margin: 15px; margin-bottom: 10px;}
/* .login-box, .register-box {width: 40%;} */
.login-card-body, .register-card-body {padding-top: 10px;background: #fff !important; }
.login-page, .register-page{background-color: #e5e5e5; background-image: url("../images/home-bg.jpg"); margin-top: 1em; background-repeat: no-repeat;background-size: cover;}
.login-page.login-screen{background-color: #e5e5e5; background-image: url("../images/home-bg.jpg"); margin-top: 0; background-position: center;}
.register-page{height: auto; min-height: auto !important;}
.login-box-msg, .register-box-msg {margin: 0; padding: 20px 0 20px;}
.font-small{font-size: 13px;}
/*custom project colors*/
.card{background: #fff !important;}
.login-page .card,
.register-page .card,
.login-page .card-body,
.register-page .card-body,
.login-page .card-header,
.register-page .card-header,
.login-page .input-group-text,
.register-page .input-group-text{
  background: #fff !important;
  background-color: #fff !important;
}
.active .bs-stepper-circle {background-color: #672483;}
.text-purple {
  color: #672483 !important;
}
.alert-success {
  color: #fff;
  background: #328b28;
  border-color: #328b28;
}
.badge-success {
  color: #fff;
  background-color: #328b28;
}
.btn-success {
  color: #fff;
  background-color: #328b28;
  border-color: #328b28;
}
.btn-success:hover {
  color: #fff;
  background-color: #93c31f;
  border-color: #93c31f;
}
/*custom project colors*/
.has-error .help-block,
.has-error label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #dc3545;
}
.has-error .form-control,.has-error .select2-selection {
    border-color: #dc3545;
}
textarea.form-control {
  height: 150px;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.login-box, .register-box {width: 96%;}
  .statement{font-size: 11px;text-align: center;}
  .login-page.login-screen {
    padding: 14px 8px;
  }
  .login-page.auth-screen,
  .register-page.auth-screen {
    padding: 14px 8px;
  }
  .login-screen .login-box,
  .auth-screen .login-box,
  .auth-screen .register-box,
  .auth-screen .feedback-box {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .login-screen .login-shell-body {
    padding: 18px 16px 22px;
  }
  .auth-screen .auth-shell-body {
    padding: 18px 16px 22px;
  }
  .auth-screen .register-box .auth-shell-body {
    padding: 18px 14px 22px;
  }
  .login-screen .login-brand-logo,
  .auth-screen .auth-brand-logo {
    max-width: 180px;
  }
  .login-screen .login-input,
  .auth-screen .auth-form-shell .form-control:not(textarea),
  .auth-screen .auth-form-shell .select2-selection {
    min-height: 48px;
    font-size: 16px;
  }
  .login-screen .login-submit-btn,
  .auth-screen .auth-submit-btn {
    min-height: 44px;
    font-size: 20px;
  }
  .auth-screen .auth-title {
    font-size: 28px;
  }
  .auth-screen .auth-subtitle,
  .login-screen .login-signup-copy,
  .auth-screen .auth-footer-copy,
  .auth-screen .auth-back-link,
  .login-screen .login-back-link {
    font-size: 15px;
  }
  .auth-screen .register-box .bs-stepper-header {
    gap: 6px;
    max-width: none;
    margin: 0;
    justify-content: flex-start;
    padding: 0 2px;
  }
  .auth-screen .register-box .bs-stepper .step {
    flex: 1 1 0;
    min-width: 96px;
  }
  .auth-screen .register-box .bs-stepper {
    margin: 15px 0;
  }
  .auth-screen .register-box .line,
  .auth-screen .register-box .bs-stepper-line {
    flex-basis: 20px;
    min-width: 14px;
    margin: 15px 0 0;
  }
  .auth-screen .register-box .bs-stepper-label {
    font-size: 11px;
  }
  .auth-screen .register-box .bs-stepper-circle {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }
  .auth-screen .register-box .bs-stepper.stepper-theme-underline .step {
    flex: 0 0 auto;
    min-width: 92px;
  }
  .auth-screen .register-box .bs-stepper.stepper-theme-underline .step {
    min-width: 100px;
  }
  .auth-screen .register-box .auth-form-shell > h5.border-bottom .text-primary {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.25;
  }
  .login-screen .login-meta-row {
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .login-page:not(.auth-screen):not(.login-screen) .login-box{width: 30%;}
  .register-page:not(.auth-screen) .register-box {width: 40%;}
  .statement{font-size: 14px;text-align: center;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.feedback-box, .register-box { margin-top: 2%; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
