/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
 */

.bgimage {
	background-image: none;
	background-color: #c9e4fe;
}

/* Classe utilizada para adicionar "**" ao invés de "*" na descrição do CPF/Passaporte no login */

.loginform-legenda-cpf-passaporte:after {
	content: "**";
}

/* Iguala à formatação do "* Campo obrigatório" */

#loginform-legenda-cpf-passaporte-obrigatorio {
	font-size: 14px;
	font-style: italic;
}

@media screen and (max-width: 768px) {

	#login-form-controls h2 {
		margin-top: revert; /* Ajusta a margem do "Insira seu CPF/Passaporte e senha" */
	}
}
