.conecta-auth {
	max-width: 400px;
	margin: auto;
	text-align: center;
	color: #203184;
	font-family: 'Open Sans', sans-serif;
}
.conecta-auth-btn {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 75px;
	min-width: 300px;
	text-indent: -100em;
	background-color: #FFF;
	background-image: url("/plugin_file.php?file=KeycloakOAuth2/logo-autenticador.svg"), url("https://ws.expresso.pr.gov.br/conecta/logo-autenticador");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
	border: 4px solid transparent;
	border-radius: 8px;
	transition: border-color .9s;
}
.conecta-auth-btn:hover {
	border-color: #0789CF;
	transition: border-color .9s;
}
.conecta-auth-msg {
	text-align: left;
}
.conecta-auth-more {
	text-decoration: none;
	color: #444444;
	margin: 5px 0;
	display: block;
}
