.container {
    width: 100vw;
    height: 100vh;
    background: #f7f8f9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#togglePassword {
    cursor: pointer;
}