.openid-connect-login-button .button.button-large {
		border: solid #000091 2px;
	border-radius: 10px;
	background: #000091;
	color: white;
	font-weight: bold;
		padding: 2em;
}

.openid-connect-login-button .button.button-large:hover {
	background: white;
	color: #000091;
}