/* origem: account/0015.css */
/* SOURCE: /assets/refactor-v943/css/account/0023.css */
/* Login e cadastro públicos no mesmo padrão visual dos formulários do sistema. */
html body.pc .spb-account-auth{
  --account-primary:var(--spb-primary,var(--green,#1538e8));
  display:block!important;
  width:600px!important;
  max-width:calc(100% - 30px)!important;
  margin:44px auto 60px!important;
  padding:34px!important;
  border:1px solid #dce2e8!important;
  border-radius:0!important;
  background:#fff!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
html body.pc .spb-account-auth h1{margin:0 0 7px!important;font-size:34px!important;line-height:1.15!important;font-weight:700!important;color:#252525!important;}
html body.pc .spb-account-auth>p{margin:0 0 26px!important;font-size:15px!important;line-height:1.45!important;color:#6d7787!important;}
html body.pc .spb-account-auth form{display:block!important;width:100%!important;margin:0!important;padding:0!important;}
html body.pc .spb-account-auth .spb-account-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px 16px!important;
  width:100%!important;
}
html body.pc .spb-account-auth .spb-account-field,
html body.pc .spb-account-auth .spb-account-field.full{display:block!important;min-width:0!important;margin:0!important;grid-column:auto!important;}
html body.pc .spb-account-auth .spb-account-field.full{grid-column:1/-1!important;}
html body.pc .spb-account-auth .spb-account-field label{display:block!important;margin:0 0 7px!important;font-size:14px!important;line-height:1.25!important;font-weight:700!important;color:#222!important;}
html body.pc .spb-account-auth .spb-account-field input,
html body.pc .spb-account-auth .spb-account-field select{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #cfd6df!important;
  border-bottom:2px solid #cfd6df!important;
  border-radius:0!important;
  background:#fff!important;
  color:#222!important;
  font:inherit!important;
  font-size:15px!important;
  line-height:1!important;
  outline:0!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}
html body.pc .spb-account-auth .spb-account-field input:focus,
html body.pc .spb-account-auth .spb-account-field select:focus{
  border-color:#cfd6df!important;
  border-bottom-color:var(--account-primary)!important;
  box-shadow:none!important;
}
html body.pc .spb-account-auth .spb-account-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:22px 0 0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--account-primary)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1!important;
  text-align:center!important;
  cursor:pointer!important;
  visibility:visible!important;
  opacity:1!important;
  box-sizing:border-box!important;
}
html body.pc .spb-account-auth .spb-account-btn:hover,
html body.pc .spb-account-auth .spb-account-btn:focus,
html body.pc .spb-account-auth .spb-account-btn *{color:#fff!important;}
html body.pc .spb-account-auth-links{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:20px 0 0!important;font-size:14px!important;}
html body.pc .spb-account-auth-links a{color:#222!important;font-weight:700!important;text-decoration:none!important;}
html body.pc .spb-account-auth-links a:hover{text-decoration:underline!important;color:var(--account-primary)!important;}
html body.pc .spb-account-terms{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:18px 0 0!important;font-size:13px!important;line-height:1.45!important;color:#333!important;cursor:pointer!important;}
html body.pc .spb-account-terms input[type=checkbox]{flex:0 0 auto!important;width:16px!important;height:16px!important;margin:2px 0 0!important;padding:0!important;}
html body.pc .spb-account-terms span{display:block!important;min-width:0!important;}
@media(max-width:620px){
  html body.pc .spb-account-auth{width:auto!important;max-width:calc(100% - 24px)!important;margin:24px auto 40px!important;padding:24px 18px!important;}
  html body.pc .spb-account-auth h1{font-size:28px!important;}
  html body.pc .spb-account-auth .spb-account-form-grid{grid-template-columns:1fr!important;gap:18px!important;}
  html body.pc .spb-account-auth .spb-account-field.full{grid-column:auto!important;}
  html body.pc .spb-account-auth-links{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;}
}

