/* APPV1_LOGIN_SIMPLIFIED_R1B_20260907 */
.gt-simple-login-page{
  box-sizing:border-box;
  width:100%;
  height:100svh;
  min-height:100svh;
  overflow-x:hidden;
  overflow-y:hidden;
  display:grid;
  place-items:center;
  padding:clamp(14px,2.2vh,28px) 18px;
  background:#fbf8f1;
  color:#14284b;
  font-family:Cormorant,Georgia,serif;
}
.gt-simple-login-page *{box-sizing:border-box}
.gt-simple-login-card{
  width:min(100%,560px);
  max-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:clamp(10px,1.35vh,16px);
}
.gt-simple-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#14284b;
  line-height:1;
}
.gt-simple-brand-mark{
  width:clamp(42px,5.5vh,56px);
  height:clamp(42px,5.5vh,56px);
  border:1px solid #bd873f;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:clamp(25px,3.2vh,34px);
  color:#9a652d;
}
.gt-simple-login-card h1{
  margin:0;
  text-align:center;
  font-size:clamp(26px,3.8vh,38px);
  font-weight:500;
  letter-spacing:.08em;
  color:#17284a;
}
.gt-simple-alert{
  margin:0;
  padding:8px 12px;
  border:1px solid #d7c7ac;
  border-radius:8px;
  background:#fffdf8;
  font-size:15px;
  line-height:1.2;
  text-align:center;
}
.gt-simple-alert.is-error{border-color:#c78f8f;color:#7c2e2e;background:#fff8f8}
.gt-simple-login-form{display:grid;gap:10px}
.gt-simple-field{display:grid;gap:4px}
.gt-simple-field-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.gt-simple-field span,.gt-simple-field-row span{font-size:16px;font-weight:600}
.gt-simple-field-row a,.gt-simple-signup a{color:#17284a;text-decoration:underline;text-underline-offset:2px}
.gt-simple-field input{
  width:100%;
  height:46px;
  border:1px solid #8f96a3;
  border-radius:8px;
  background:#fff;
  color:#17284a;
  font:600 16px Cormorant,Georgia,serif;
  padding:0 13px;
  outline:none;
}
.gt-simple-field input:focus{border-color:#17284a;box-shadow:0 0 0 2px rgba(23,40,74,.10)}
.gt-simple-primary{
  min-height:46px;
  border:0;
  border-radius:8px;
  background:#171548;
  color:#fff;
  font:600 18px Cormorant,Georgia,serif;
  letter-spacing:.04em;
  cursor:pointer;
}
.gt-simple-divider{display:flex;align-items:center;gap:14px;color:#747b87;font-size:14px;font-weight:600;text-transform:lowercase}
.gt-simple-divider:before,.gt-simple-divider:after{content:"";height:1px;background:#d9d9d9;flex:1}
.gt-simple-providers{display:grid;gap:8px}
.gt-simple-provider-btn{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #4e5562;
  border-radius:6px;
  background:#fff;
  color:#20293a;
  text-decoration:none;
  font-size:17px;
  font-weight:600;
}
.gt-simple-provider-mark{width:20px;text-align:center;font-weight:700}
.gt-simple-signup{margin:0;text-align:center;font-size:15px;color:#727781}
.gt-simple-signup strong{color:#17284a}

@media (min-width: 1600px){
  .gt-simple-login-card{width:590px;gap:16px}
  .gt-simple-field input,.gt-simple-primary{height:50px}
}
@media (min-width: 1180px) and (max-width: 1599px){
  .gt-simple-login-card{width:560px}
}
@media (min-width: 900px) and (max-width: 1179px){
  .gt-simple-login-page{padding-block:18px}
  .gt-simple-login-card{width:520px;gap:11px}
}
@media (min-width: 700px) and (max-width: 899px){
  .gt-simple-login-page{padding:16px 22px}
  .gt-simple-login-card{width:min(100%,500px);gap:10px}
}
@media (max-width: 699px){
  .gt-simple-login-page{padding:12px 16px}
  .gt-simple-login-card{width:100%;gap:9px}
  .gt-simple-brand-mark{width:40px;height:40px;font-size:25px}
  .gt-simple-login-card h1{font-size:28px}
  .gt-simple-field input,.gt-simple-primary{height:44px}
  .gt-simple-provider-btn{min-height:42px;font-size:16px}
  .gt-simple-signup{font-size:14px}
}
@media (max-height: 560px){
  .gt-simple-login-page{padding:6px 16px}
  .gt-simple-login-card{width:min(100%,760px);gap:5px}
  .gt-simple-brand-mark{width:30px;height:30px;font-size:20px}
  .gt-simple-login-card h1{font-size:22px}
  .gt-simple-login-form{gap:5px}
  .gt-simple-field{gap:2px}
  .gt-simple-field input,.gt-simple-primary{height:36px;min-height:36px}
  .gt-simple-divider{font-size:12px;gap:8px}
  .gt-simple-providers{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .gt-simple-provider-btn{min-height:34px;font-size:14px;padding:0 8px}
  .gt-simple-signup{font-size:13px}
  .gt-simple-alert{padding:4px 8px;font-size:12px}
}
.gt-simple-brand{flex-direction:column;gap:5px}
.gt-simple-brand-word{font-size:clamp(22px,3vh,30px);letter-spacing:.18em;font-weight:500}
@media (max-width:699px){.gt-simple-brand-word{font-size:21px}}
@media (max-height:560px){.gt-simple-brand{flex-direction:row;gap:8px}.gt-simple-brand-word{font-size:18px}}
