#authSection{min-height:calc(100vh - 110px);display:grid;place-items:center;padding:40px 20px}#authSection .card{width:min(440px,100%);padding:34px;border:1px solid #e4eaf3;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(24,52,92,.08)}#authSection h1{margin:0 0 8px;font-size:32px;color:#10213d}#authSection p{margin:0 0 26px;color:#718096}#authSection label{display:block;margin:14px 0 7px;font-size:13px;font-weight:700;color:#344054}#authSection input{box-sizing:border-box;width:100%;height:48px;padding:0 14px;border:1px solid #d8e1ed;border-radius:12px;background:#f9fbfd;font-size:16px;outline:none}#authSection input:focus{border-color:#1769ff;box-shadow:0 0 0 3px rgba(23,105,255,.12);background:#fff}#authSection button{height:46px;padding:0 18px;border:0;border-radius:12px;background:#1769ff;color:#fff;font-weight:800;cursor:pointer;margin-top:20px}#authSection #signupBtn{background:#eef4ff;color:#1769ff;margin-left:8px}#authMessage{margin-top:14px;color:#b42318;font-size:13px}@media(max-width:520px){#authSection{padding:24px 14px;min-height:calc(100vh - 90px)}#authSection .card{padding:26px 20px;border-radius:20px}#authSection h1{font-size:28px}#authSection button{width:100%;margin-left:0}#authSection #signupBtn{margin-top:10px}}