[hidden]{display:none!important}
.auth-screen{min-height:calc(100vh - 100px);display:grid;place-items:center}
.auth-card{width:min(100%,440px);padding:34px;border:1px solid #d0c5b4;border-radius:22px;background:#fffdf8;box-shadow:0 18px 55px #064c3920}
.auth-card h1{font-size:64px}
.auth-form{display:grid;gap:13px;margin-top:26px}
.auth-form label{font-size:10px;font-weight:800}
.auth-form input{display:block;margin-top:5px}
.auth-form button{padding:13px;border:0;border-radius:10px;background:#04543c;color:#fff;font:inherit;font-weight:750;cursor:pointer}
.text-button{padding:0;border:0;background:transparent;color:#07875f;font:inherit;font-size:11px;font-weight:750;cursor:pointer}
.account-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:9px 13px;border:1px solid #d0c5b4;border-radius:11px;background:#fffdf8;color:#766e62;font-size:10px}
.account-bar button{border:0;background:transparent;color:#07875f;font:inherit;font-weight:800;cursor:pointer}
@media(max-width:620px){.auth-screen{min-height:100vh}.auth-card{border:0;border-radius:0;box-shadow:none}.auth-card h1{font-size:56px}}
