/* =========================================================
   SUBLIM8 LOGIN - BRAND NEW STYLESHEET
   Built fresh from the supplied Login PDF.
   No previous SUBLIM8 login stylesheet rules were copied into this file.
   ========================================================= */

a{
  color:inherit;
  text-decoration:none;
}

.site{
  width:1640px;
  margin:0 auto;
}

/* =========================
   LOGIN PAGE
   ========================= */

.login-page{
  width:1640px;
  box-sizing:border-box;
  padding:46px 70px 54px;
  background:#fbfaf7;
  color:#151712;
  font-family:Arial,Helvetica,sans-serif;
}

.login-stage{
  position:relative;
  width:1500px;
  height:930px;
  margin:0 auto;
  overflow:hidden;
  background:#eee5dc;
}

.login-stage-image{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.login-card{
  position:absolute;
  z-index:2;
  top:42px;
  left:58px;
  width:520px;
  min-height:830px;
  padding:38px 44px 34px;
  box-sizing:border-box;
  border:1px solid #d7d0c9;
  border-radius:10px;
  background:rgba(253,250,247,.97);
  box-shadow:0 3px 12px rgba(55,45,36,.10);
}

.login-logo{
  width:170px;
  height:auto;
  display:block;
  margin:0 0 30px;
}

.login-card h1{
  margin:0 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  line-height:1.15;
}

.login-intro{
  margin:0 0 30px;
  font-size:14px;
  line-height:1.45;
}

.login-field{
  display:block;
  margin:0 0 18px;
  font-size:14px;
}

.login-field > span{
  display:block;
  margin:0 0 8px;
}

.login-input{
  height:49px;
  padding:0 13px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #bfb8b0;
  border-radius:8px;
  background:#fff;
}

.login-input > img{
  width:19px;
  height:19px;
  flex:0 0 19px;
  object-fit:contain;
}

.login-input input{
  flex:1;
  min-width:0;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#151712;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
}

.login-eye{
  width:28px;
  height:28px;
  padding:0;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
}

.login-eye img{
  width:17px;
  height:17px;
  object-fit:contain;
}

.login-options{
  margin:-1px 0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:14px;
}

.remember-me{
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}

.remember-me input{
  width:16px;
  height:16px;
  margin:0;
}

.login-options > a{
  font-weight:700;
}

.login-button{
  width:100%;
  height:49px;
  padding:0;
  border:0;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#344C34;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.login-button img{
  width:14px;
  height:14px;
  object-fit:contain;
}

.login-divider{
  margin:28px 0 24px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:15px;
}

.login-divider span{
  height:1px;
  background:#625f5b;
}

.login-divider b{
  font-size:14px;
  font-weight:400;
}

.google-button{
  width:100%;
  height:49px;
  padding:0;
  border:1px solid #bfb8b0;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:#fff;
  color:#151712;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  cursor:pointer;
}

.google-button img{
  width:19px;
  height:19px;
  object-fit:contain;
}

.create-account{
  margin:24px 0 0;
  text-align:center;
  font-size:14px;
}

.create-account a{
  margin-left:5px;
  font-weight:700;
}
