/* Login page only: compact sign-in card */
.lsh-login-compact-wrap{
  max-width:1400px;
  margin:0 auto;
  padding:34px 20px 50px;
}
.lsh-login-compact-card{
  width:min(350px,100%);
  margin:0 auto;
  background:#fff;
  border:1px solid #d5d9d9;
  border-radius:9px;
  padding:24px 26px;
}
.lsh-login-compact-card h1{
  font-size:22px;
  font-weight:400;
  margin:0 0 18px;
}
.lsh-login-compact-card label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin:0 0 7px;
}
.lsh-login-compact-card input{
  width:100%;
  height:40px;
  padding:0 10px;
  border:1px solid #888c8c;
  border-radius:3px;
  background:#fff;
  font-size:15px;
}
.lsh-login-compact-card input:focus{
  outline:2px solid #00a8c6;
  outline-offset:1px;
}
.lsh-login-continue{
  width:100%;
  height:38px;
  margin-top:12px;
  border:0;
  border-radius:20px;
  background:#ffd814;
  color:#111;
  font-size:14px;
  cursor:pointer;
}
.lsh-login-identity{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  font-size:13px;
}
.lsh-login-identity button{
  border:0;
  background:transparent;
  color:#2162a1;
  cursor:pointer;
}
.lsh-login-secondary-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}
.lsh-login-secondary-actions button{
  border:1px solid #d5d9d9;
  border-radius:18px;
  background:#fff;
  padding:8px 12px;
  cursor:pointer;
  font-size:12px;
}
.lsh-login-terms{
  font-size:12px;
  line-height:1.45;
  margin:16px 0;
}
.lsh-login-terms a,.lsh-business-link{
  color:#2162a1;
  text-decoration:none;
}
.lsh-login-terms a:hover,.lsh-business-link:hover{
  text-decoration:underline;
  color:#c45500;
}
.lsh-login-compact-card hr{
  border:0;
  border-top:1px solid #d5d9d9;
  margin:16px 0;
}
.lsh-login-compact-card h2{
  font-size:13px;
  margin:0 0 7px;
}
.lsh-business-link{
  font-size:12px;
}
.lsh-login-message{
  min-height:18px;
  margin-top:12px;
  font-size:12px;
}
.lsh-login-message.error{color:#b12704}
.lsh-login-message.success{color:#007600}
.lsh-login-message.info{color:#565959}
