/* =========================================================
   SUBLIM8 CREATE ACCOUNT - BRAND NEW STYLESHEET
   Built fresh from the supplied Create Account PDF.
   No previous SUBLIM8 stylesheet rules were copied into this file.
   ========================================================= */

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

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

/* =========================
   CREATE ACCOUNT PAGE
   ========================= */

.create-account-page{
  width:1640px;
  box-sizing:border-box;
  padding:30px 80px 30px;
  background:#fbfaf7;
  color:#151712;
  font-family:Arial,Helvetica,sans-serif;
}

.create-account-stage{
  position:relative;
  width:1480px;
  height:1050px;
  margin:0 auto;
  overflow:hidden;
  background:#eee5dc;
}

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

.create-account-card{
  position:absolute;
  z-index:2;
  top:30px;
  right:88px;
  width:560px;
  min-height:990px;
  padding:48px 48px 38px;
  box-sizing:border-box;
  border:1px solid #d2cbc5;
  border-radius:16px;
  background:rgba(253,249,246,.97);
  box-shadow:0 4px 14px rgba(55,45,36,.12);
}

.create-account-heading{
  margin-bottom:38px;
}

.create-account-title-row{
  display:flex;
  align-items:center;
  gap:12px;
}

.create-account-title-row h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  line-height:1.15;
}

.create-account-title-row img{
  width:20px;
  height:20px;
  object-fit:contain;
}

.create-account-heading p{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.45;
}

.create-account-heading p img{
  width:16px;
  height:16px;
  margin-left:5px;
  vertical-align:middle;
}

.create-account-field{
  display:block;
  margin:0 0 20px;
  font-size:12px;
}

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

.create-account-input{
  height:52px;
  padding:0 14px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #bdb7b1;
  border-radius:9px;
  background:#fff;
}

.create-account-input > img{
  width:20px;
  height:20px;
  flex:0 0 20px;
  object-fit:contain;
}

.create-account-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:13px;
}

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

.create-account-eye img{
  width:18px;
  height:18px;
  object-fit:contain;
}

.terms-row{
  margin:2px 0 25px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  line-height:1.4;
}

.terms-row input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  flex:0 0 18px;
}

.terms-row a{
  font-weight:700;
  text-decoration:underline;
}

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

.create-account-button img{
  width:15px;
  height:15px;
  object-fit:contain;
}

.create-account-divider{
  margin:27px 0 24px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px;
}

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

.create-account-divider b{
  font-size:12px;
  font-weight:400;
}

.create-account-google{
  width:100%;
  height:52px;
  padding:0;
  border:1px solid #bdb7b1;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:#fff;
  color:#151712;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  cursor:pointer;
}

.create-account-google img{
  width:20px;
  height:20px;
  object-fit:contain;
}

.create-account-login{
  margin:30px 0 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  font-size:12px;
}

.create-account-login a{
  font-weight:700;
  text-decoration:underline;
}

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