.login-container {
    min-height: calc(100vh - 200px); /* desconta o footer */
    background: white;
    padding-top: 40px;
}

.login-card {
    width: 100%;
    max-width: 380px;
    background: white;
}

.login-card h3 {
    font-weight: 600;
}

.option-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}