#login #wp-saml-auth-cta {
	background-color: #fff;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.13);
	box-shadow: 0 2px 4px rgba(0,0,0,.13);
	border: 2px solid #f9f9f9;
}
#wp-saml-auth-cta p {
	text-align: center;
}

#wp-saml-auth-cta a {
	font-size: .9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.4;
	text-transform: none;
	display: inline-block;
	padding: 1.25rem 3rem;
	border: 0;
	border-bottom-width: 0px;
	border-radius: 1.875rem;
	background: rgb(180,24,45);
	color: rgb(255,255,255);
	text-align: center;
}