/* =========================================================
   FORGOT PASSWORD PAGE ONLY
   Header and footer are inherited from base.html / base.css.
   ========================================================= */

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

html{
  width:100%;
  min-width:1640px;
  margin:0;
  background:#fbfaf7;
}

body{
  width:100%;
  min-width:1640px;
  margin:0;
  background:#fbfaf7;
  color:#151712;
}

.site{
  width:1640px;
  margin:0 auto;
  background:#fbfaf7;
  overflow:hidden;
}

.forgot-page{
  width:100%;
  padding:42px 0 52px;
  background:#fbfaf7;
}

.forgot-shell{
  position:relative;
  width:1314px;
  height:928px;
  margin:0 auto;
  overflow:hidden;
  border-radius:12px;
}

.forgot-main-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.forgot-card{
  position:absolute;
  top:150px;
  right:76px;
  width:464px;
  height:615px;
  padding:42px 48px 34px;
  box-sizing:border-box;
  border:1px solid #ddd6ce;
  border-radius:14px;
  background:rgba(251,248,243,.97);
  box-shadow:0 6px 20px rgba(56,46,36,.10);
}

.forgot-heading h1{
  margin:0 0 14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  line-height:1.1;
  color:#151712;
}

.forgot-heading h1 img{
  width:18px;
  height:18px;
  object-fit:contain;
}

.forgot-heading p{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.45;
  color:#242424;
}

.love-heart{
  width:18px;
  height:18px;
  display:block;
  margin:8px auto 27px;
  object-fit:contain;
}

.forgot-form{
  width:100%;
  font-family:Arial,Helvetica,sans-serif;
}

.forgot-form > label{
  display:block;
  margin:0 0 8px;
  font-size:12px;
  color:#2c2c2c;
}

.input-wrap{
  width:100%;
  height:50px;
  margin-bottom:22px;
  padding:0 14px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid #cfc7be;
  border-radius:10px;
  background:#fffdfa;
}

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

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

.input-wrap input::placeholder{
  color:#454545;
  opacity:1;
}

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

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

.divider{
  margin:20px 0;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
}

.divider span{
  height:1px;
  background:#8c877f;
}

.divider b{
  font-size:12px;
  font-weight:400;
  color:#333;
}

.google-button{
  width:100%;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:1px solid #cfc7be;
  border-radius:8px;
  background:#fff;
  color:#2a2a2a;
  font-size:13px;
  cursor:pointer;
}

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

.secure-box{
  width:100%;
  margin-top:24px;
  padding:14px 16px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:30px 1fr;
  gap:12px;
  align-items:start;
  border-radius:9px;
  background:#eceae5;
}

.secure-box > img{
  width:28px;
  height:28px;
  object-fit:contain;
}

.secure-box strong{
  display:block;
  margin:0 0 5px;
  font-size:12px;
  color:#344C34;
}

.secure-box p{
  margin:0 0 3px;
  font-size:10px;
  line-height:1.35;
  color:#494949;
}

.secure-box p:last-child{
  margin-bottom:0;
}

.remember-password{
  margin:24px 0 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#222;
}

.remember-password a{
  color:#344C34;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}

.remember-password img{
  width:13px;
  height:13px;
  object-fit:contain;
}

/* Keep footer links inheriting the correct shared colour. */
footer a{
  color:inherit !important;
  text-decoration:none !important;
}
