.fst-auth-section{
  position:relative;
  padding:90px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 12%,rgba(150,186,4,.16),transparent 28%),
    radial-gradient(circle at 88% 18%,rgba(1,133,142,.17),transparent 34%),
    linear-gradient(180deg,#F7FAFA 0%,#FFFFFF 100%);
}

.fst-auth-copy{
  max-width:620px;
}

.fst-auth-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 17px;
  border-radius:999px;
  background:#fff;
  color:#01858E;
  font-weight:800;
  box-shadow:0 12px 28px rgba(0,53,63,.07);
  margin-bottom:18px;
}

.fst-auth-copy h1 span{
  color:#01858E;
}

.fst-auth-highlights{
  display:grid;
  gap:16px;
  margin-top:30px;
}

.fst-auth-highlights > div{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid #E6EFF0;
  box-shadow:0 14px 34px rgba(0,53,63,.06);
}

.fst-auth-highlights i{
  width:48px;
  height:48px;
  min-width:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#01858E,#00353F);
  box-shadow:0 12px 24px rgba(1,133,142,.22);
}

.fst-auth-highlights strong{
  display:block;
  color:#00353F;
  font-size:17px;
  font-weight:850;
  margin-bottom:3px;
}

.fst-auth-highlights span{
  color:#60767B;
  font-size:14px;
  font-weight:600;
}

.fst-auth-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}

.fst-auth-stats div{
  padding:20px 16px;
  border-radius:22px;
  background:#fff;
  border:1px solid #E6EFF0;
  box-shadow:0 14px 34px rgba(0,53,63,.06);
}

.fst-auth-stats strong{
  display:block;
  color:#00353F;
  font-size:30px;
  font-weight:900;
  line-height:1;
}

.fst-auth-stats span{
  display:block;
  color:#01858E;
  font-size:13px;
  font-weight:800;
  margin-top:8px;
}

.fst-auth-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.fst-auth-pills span{
  padding:9px 14px;
  border-radius:999px;
  background:#EAF8F4;
  color:#00353F;
  font-size:14px;
  font-weight:750;
}

.fst-auth-pills i{
  color:#01858E;
  margin-right:5px;
}

.fst-auth-card{
  position:relative;
  max-width:560px;
  margin-left:auto;
  padding:38px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  border:1px solid #E6EFF0;
  box-shadow:0 30px 75px rgba(0,53,63,.12);
  backdrop-filter:blur(18px);
}

.fst-auth-card-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px;
}

.fst-auth-icon{
  width:62px;
  height:62px;
  min-width:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(135deg,#01858E,#00353F);
  font-size:25px;
  box-shadow:0 16px 32px rgba(1,133,142,.24);
}

.fst-auth-card h2{
  color:#00353F;
  font-size:30px;
  font-weight:900;
  margin:0 0 4px;
}

.fst-auth-card p{
  color:#60767B;
  font-weight:600;
  margin:0;
}

.fst-auth-form .form-label{
  color:#00353F;
  font-size:14px;
  font-weight:800;
  margin-bottom:8px;
}

.fst-auth-input{
  position:relative;
}

.fst-auth-input i{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:#01858E;
  z-index:2;
}

.fst-auth-input .form-control{
  min-height:52px;
  border-radius:14px;
  border:1px solid #E6EFF0;
  background:#F7FAFA;
  padding-left:46px;
  color:#00353F;
  font-weight:650;
}

.fst-auth-input .form-control:focus{
  border-color:#01858E;
  box-shadow:0 0 0 4px rgba(1,133,142,.12);
}

.fst-auth-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:4px 0 22px;
}

.fst-auth-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#60767B;
  font-size:14px;
  font-weight:700;
}

.fst-auth-check input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#01858E;
}

.fst-auth-check a,
.fst-auth-link{
  color:#01858E;
  font-weight:850;
  text-decoration:none;
}

.fst-auth-check a:hover,
.fst-auth-link:hover{
  color:#00353F;
}

.fst-auth-switch{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #E6EFF0;
  text-align:center;
  color:#60767B;
  font-weight:700;
}

.fst-auth-switch a{
  color:#01858E;
  font-weight:900;
  text-decoration:none;
}

.fst-auth-switch a:hover{
  color:#00353F;
}

@media(max-width:991px){
  .fst-auth-section{
    padding:60px 0;
  }

  .fst-auth-copy{
    text-align:center;
    margin:0 auto;
  }

  .fst-auth-card{
    max-width:100%;
    margin:0;
  }
}

@media(max-width:767px){
  .fst-auth-card{
    padding:28px 22px;
    border-radius:24px;
  }

  .fst-auth-card-header{
    align-items:flex-start;
  }

  .fst-auth-card h2{
    font-size:25px;
  }

  .fst-auth-stats{
    grid-template-columns:1fr;
  }
}

.fst-field-error{
  display:none;
  color:#dc3545;
  font-size:13px;
  font-weight:750;
  margin-top:7px;
}

.fst-field-error.show{
  display:block;
}

.fst-auth-input .form-control.is-invalid{
  border-color:#dc3545;
  background:#fff8f8;
}

.fst-auth-input .form-control.is-invalid:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 4px rgba(220,53,69,.12);
}

.fst-btn-loader{
  display:none;
  width:18px;
  height:18px;
  margin-left:10px;
  border:2px solid rgba(255,255,255,.45);
  border-top-color:#fff;
  border-radius:50%;
  animation:fstSpin .75s linear infinite;
}

.js-auth-submit.is-loading .fst-btn-loader{
  display:inline-block;
}

.js-auth-submit.is-loading .js-btn-icon{
  display:none;
}

.js-auth-submit:disabled{
  cursor:not-allowed;
  opacity:.82;
}

.fst-toast-wrap{
  position:fixed;
  top:96px;
  right:22px;
  z-index:9999;
  display:grid;
  gap:12px;
  width:min(360px,calc(100vw - 32px));
}

.fst-toast{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px 16px;
  border-radius:16px;
  color:#00353F;
  background:#fff;
  border:1px solid #E6EFF0;
  box-shadow:0 20px 45px rgba(0,53,63,.14);
  font-size:14px;
  font-weight:750;
  line-height:1.45;
  opacity:0;
  transform:translateY(-10px);
  transition:.25s ease;
}

.fst-toast.show{
  opacity:1;
  transform:translateY(0);
}

.fst-toast i{
  font-size:19px;
  margin-top:1px;
}

.fst-toast-success i{
  color:#01858E;
}

.fst-toast-error i{
  color:#dc3545;
}

@keyframes fstSpin{
  to{
    transform:rotate(360deg);
  }
}

@media(max-width:575px){
  .fst-toast-wrap{
    top:82px;
    right:16px;
    left:16px;
    width:auto;
  }
}
