body{background:#f4f6f9}.login-wrapper{justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-top:80px;display:flex}.login-box{background:#fff;border:1px solid #0000001f;border-radius:16px;flex-direction:column;gap:16px;width:360px;padding:32px;display:flex;box-shadow:0 8px 24px #00000014}.login-box h1{text-align:center;color:#0f1923;margin:0 0 10px;font-size:22px;font-weight:600}.login-box input{color:#0f1923;background:#fff;border:1px solid #ccc;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.login-box input:focus{border-color:#4f5fe3;outline:none}.login-box input::placeholder{color:#999}.login-box button{color:#fff;cursor:pointer;background:#4f5fe3;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:44px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.login-box button:hover{background:#3e4cc9}.login-box button:disabled{cursor:not-allowed;background:#aaa}.error{text-align:center;color:#dc2626;margin:0;font-size:13px;font-weight:500}
