.card {
    display: flex;
    background-color: white !important;
    align-items: center;
    justify-content: center;
    height: 100%;
		width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
	  max-width: 100% !important;
    padding: 20px;
}

#emailLogin, #senhaLogin {
    background-color: #F2F3F4;
}

#esqueciSenha, #textoOr {
    font-family: 'Fira Sans', sans-serif;
    color: #4D5962;
}

#textoGoogle {
    font-family: 'Fira Sans', sans-serif;
}

#login-google {
    background-color: #F2F3F4 !important;
}


.conteudo-card {
    width: 100%;
    max-width: 400px;
}

.popoverRequired {
    display: none;
    background-color: #f8d7da;
    color: #B73636;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    padding: 0.75rem;
}

@media only screen and (max-width: 1020px) {
    html, body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    body {
        background: #ffffff !important;
    }

    body .card {
        width: 100vw;
        max-width: 100vw;
    }

    .conteudo-card {
        width: 100%;
        max-width: 100%;
    }

    .card {
				margin: 0 !important;
				border-radius: 0 !important;
        padding: 0;
        height: 100vh;
        width: 100vw;
        max-height: 100vh;
        max-width: 100vw;
    }
}
