.login-form{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login-form__card{background:white;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:3rem;text-align:center;max-width:400px;width:100%}.login-form__title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login-form__subtitle{color:#6b7280;margin-bottom:2rem;font-size:1.1rem}.login-form__button{width:100%}