.botaoFundoBrancolargo,
.botaoFundoBranco {
    background-color: white;
    color: #335973;
    border-color: #335973;
}

#btnValidador:hover, .botaoFundoBranco:hover, .botaoFundoBrancolargo:hover {
    transition: transform .1s;
    transform: scale(1.05);
}

.botaoEnviar,
.botaoValidar,
.botaoFundoRosa {
    background-color: #335973;
    border-color: #335973;
}

.boxInformacoes:hover {
    box-shadow: inset -1px 0 0 #335973, inset 0 -1px 0 #335973, inset 1px 0 0 #335973, inset 0 1px 0 #335973;
}
