.account-section{min-height:calc(100vh - 86px);display:grid;place-items:center;padding:70px 20px;background:linear-gradient(90deg,rgba(14,42,39,.82),rgba(14,42,39,.45)),url("../img/portada-cafeteria-tu-momento.png") center/cover fixed}
.account-card{width:min(610px,100%);padding:42px;border-radius:24px;background:rgba(255,250,246,.97);box-shadow:0 25px 75px rgba(0,0,0,.26)}.account-card h1{margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1.08}.account-card>p:not(.eyebrow){color:var(--muted)}
.account-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.account-form .field{display:grid;gap:7px}.account-form .field:has(.errorlist),.account-form .field:has(small),.account-form .btn{grid-column:1/-1}.account-form label{font-weight:700}.account-form input{width:100%;padding:13px 14px;border:1px solid #c9d7d4;border-radius:10px;background:#fff;font:inherit}.account-form input:focus{outline:0;border-color:#567e77;box-shadow:0 0 0 4px rgba(49,91,85,.1)}.account-form small{font-size:.78rem;color:var(--muted)}.account-form .errorlist{margin:0;padding-left:18px;color:#a63f3f;font-size:.82rem}.account-switch{text-align:center}.account-switch a{font-weight:800;color:var(--green-2)}.account-logout{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);text-align:center}.account-logout button{border:0;background:none;color:#9a4545;font:700 .9rem inherit;cursor:pointer}@media(max-width:620px){.account-section{padding:30px 14px}.account-card{padding:30px 22px}.account-form{grid-template-columns:1fr}.account-form .field{grid-column:1}}
