.container{background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;font-family:sans-serif;display:flex}html,body{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}*{box-sizing:border-box}.card{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 12px #0000001a}.title{text-align:center;color:#333;margin-bottom:1.5rem;font-size:1.5rem}.form{flex-direction:column;gap:1rem;display:flex}.inputGroup{flex-direction:column;display:flex}.inputGroup label{color:#666;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.inputGroup input{border:1px solid #ccc;border-radius:4px;padding:.75rem;font-size:1rem}.button{color:#fff;cursor:pointer;background-color:#0070f3;border:none;border-radius:4px;margin-top:1rem;padding:.75rem;font-size:1rem;transition:background-color .2s}.button:hover{background-color:#005bb5}
