/* SIT FEBI modern login */

body.febi-auth-page {
  min-height: 100vh;
  margin: 0;
  color: #182233;
  background:
    radial-gradient(circle at 14% 16%, rgba(196, 40, 51, .12), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(233, 164, 42, .14), transparent 26%),
    linear-gradient(135deg, #eef3f0 0%, #f8fafc 52%, #edf4f2 100%);
  font-family: Poppins-Regular, Arial, sans-serif;
  overflow-x: hidden;
}

body.febi-auth-page *,
body.febi-auth-page *::before,
body.febi-auth-page *::after {
  box-sizing: border-box;
}

.febi-auth-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.febi-auth-card {
  width: 100%;
  max-width: 1120px;
  min-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, .28);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
}

.febi-auth-brand {
  position: relative;
  min-height: 640px;
  padding: 34px 38px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(9, 25, 41, .94), rgba(8, 75, 68, .86)),
    url("../images/bgfebi3.png") center center / cover no-repeat;
}

.febi-auth-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .18;
}

.febi-auth-brand::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(234, 179, 8, .16);
}

.febi-auth-brand > * {
  position: relative;
  z-index: 2;
}

.febi-auth-brand-top,
.febi-auth-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.febi-auth-mark,
.febi-auth-name {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: Poppins-Bold, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.febi-auth-mark {
  color: #0b302d;
  background: #ffffff;
}

.febi-auth-name {
  margin-left: 6px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
}

.febi-auth-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: #dcfce7;
  border: 1px solid rgba(255, 255, 255, .20);
  background: rgba(255, 255, 255, .12);
  font-family: Poppins-Medium, Arial, sans-serif;
  font-size: 12px;
}

.febi-auth-status i {
  color: #22c55e;
  font-size: 8px;
}

.febi-auth-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 540px;
  padding-top: 78px;
}

.febi-auth-eyebrow,
.febi-auth-secure {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  font-family: Poppins-Medium, Arial, sans-serif;
  font-size: 12px;
}

.febi-auth-eyebrow {
  color: #fef3c7;
  background: rgba(251, 191, 36, .16);
  border: 1px solid rgba(251, 191, 36, .26);
}

.febi-auth-copy h1 {
  margin: 18px 0 0;
  color: #ffffff;
  font-family: Poppins-Bold, Arial, sans-serif;
  font-size: 45px;
  line-height: 1.12;
}

.febi-auth-copy p {
  width: 100%;
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.8;
}

.febi-auth-points {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 4;
}

.febi-auth-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .20);
  font-family: Poppins-Medium, Arial, sans-serif;
  font-size: 12px;
}

.febi-auth-points i {
  color: #bbf7d0;
}

.febi-auth-building {
  position: absolute;
  right: -118px;
  bottom: 8px;
  z-index: 3;
  width: 760px;
  max-width: none;
  display: block;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .30));
  pointer-events: none;
}

.febi-auth-login {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .94)),
    radial-gradient(circle at 12% 8%, rgba(15, 118, 110, .10), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(194, 65, 12, .08), transparent 24%),
    #ffffff;
}

.febi-auth-login::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(15, 118, 110, .055) 12.5%, transparent 12.5%, transparent 50%, rgba(15, 118, 110, .055) 50%, rgba(15, 118, 110, .055) 62.5%, transparent 62.5%, transparent 100%),
    linear-gradient(45deg, rgba(194, 65, 12, .045) 12.5%, transparent 12.5%, transparent 50%, rgba(194, 65, 12, .045) 50%, rgba(194, 65, 12, .045) 62.5%, transparent 62.5%, transparent 100%);
  background-size: 34px 34px;
  opacity: .34;
  pointer-events: none;
}

.febi-auth-login > * {
  position: relative;
  z-index: 1;
}

.febi-auth-secure {
  gap: 8px;
  color: #0f766e;
  background: #eefdf8;
}

.febi-auth-login-head h2 {
  margin: 16px 0 0;
  color: #111827;
  font-family: Poppins-Bold, Arial, sans-serif;
  font-size: 31px;
  line-height: 1.22;
}

.febi-auth-login-head p {
  margin: 9px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

.febi-auth-form.login100-form {
  width: 100%;
  margin: 30px 0 0;
}

.febi-auth-field {
  position: relative;
  margin-bottom: 17px;
}

.febi-auth-field label {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-family: Poppins-Medium, Arial, sans-serif;
  font-size: 13px;
}

.febi-auth-input {
  position: relative;
}

.febi-auth-input i {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 2;
  color: #667085;
  font-size: 15px;
  transform: translateY(-50%);
}

.febi-auth-input .input100 {
  width: 100% !important;
  height: 54px !important;
  display: block;
  border: 1px solid #d0d5dd !important;
  border-radius: 8px !important;
  background: #f9fafb !important;
  color: #111827 !important;
  font-family: Poppins-Medium, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 54px;
  padding: 0 16px 0 46px !important;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.febi-auth-input .input100:focus {
  border-color: #0f766e !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .14);
}

.febi-auth-input .input100::placeholder {
  color: #98a2b3;
}

.febi-auth-field:focus-within .febi-auth-input i {
  color: #0f766e;
}

.febi-auth-button {
  width: 100%;
  height: 54px;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #0f766e;
  box-shadow: 0 16px 30px rgba(15, 118, 110, .26);
  font-family: Poppins-Bold, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.febi-auth-button:hover,
.febi-auth-button:focus {
  background: #0b5f59;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(15, 118, 110, .32);
}

.febi-auth-help {
  margin-top: 22px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  color: #475467;
  background: #f8fafc;
  border: 1px solid #e4e7ec;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}

.febi-auth-help:hover,
.febi-auth-help:focus {
  color: #475467;
  text-decoration: none;
  border-color: rgba(15, 118, 110, .34);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.febi-auth-help i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #c2410c;
  font-size: 16px;
}

.febi-auth-help p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.febi-auth-help strong {
  color: #182233;
  font-family: Poppins-Bold, Arial, sans-serif;
}

.febi-auth-whatsapp i {
  color: #16a34a;
  font-size: 18px;
}

.febi-auth-page .alert-validate::before {
  top: calc(100% + 6px);
  right: 0;
  max-width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  border-color: #ef4444;
  color: #b91c1c;
  background: #ffffff;
  transform: none;
  z-index: 8;
}

.febi-auth-page .alert-validate::after {
  right: 11px;
  top: 50%;
  color: #ef4444;
}

@media (max-width: 1020px) {
  .febi-auth-shell {
    align-items: flex-start;
    padding: 18px;
  }

  .febi-auth-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .febi-auth-brand {
    min-height: 390px;
    padding: 28px;
  }

  .febi-auth-copy {
    padding-top: 46px;
  }

  .febi-auth-copy h1 {
    font-size: 35px;
  }

  .febi-auth-building {
    right: -70px;
    bottom: 24px;
    width: 640px;
    max-width: 100%;
  }

  .febi-auth-login {
    padding: 34px 28px;
  }
}

@media (max-width: 640px) {
  body.febi-auth-page {
    width: 100%;
  }

  .febi-auth-shell {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    overflow: hidden;
  }

  .febi-auth-card {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }

  .febi-auth-brand {
    min-height: 386px;
    padding: 22px 18px;
  }

  .febi-auth-brand-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .febi-auth-copy {
    padding-top: 34px;
  }

  .febi-auth-copy h1 {
    max-width: 310px;
    font-size: 27px;
  }

  .febi-auth-copy p {
    max-width: 285px;
    font-size: 13px;
  }

  .febi-auth-building {
    right: -150px;
    bottom: 58px;
    width: 540px;
    opacity: .48;
  }

  .febi-auth-points {
    left: 18px;
    right: 18px;
    bottom: 20px;
    gap: 8px;
  }

  .febi-auth-points span {
    min-height: 31px;
    padding: 0 10px;
    font-size: 11px;
  }

  .febi-auth-login {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 28px 18px;
    overflow: hidden;
  }

  .febi-auth-login-head h2 {
    font-size: 25px;
  }

  .febi-auth-login-head p,
  .febi-auth-form,
  .febi-auth-help {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .febi-auth-input .input100,
  .febi-auth-button {
    width: 100% !important;
    max-width: 100%;
  }

  .febi-auth-login-head p {
    padding-right: 0;
  }
}
