/**
 * miniOrange SSO button tweaks on wp-login.php.
 */

/* Center and add spacing between each miniOrange SSO button wrapper */
.sso-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0 !important;
}

.sso-buttons div[id^="sso_button"] {
	margin: 5px auto 5px;
}

/* Hide the "OR" divider by position */
.sso-buttons div[id^="sso_button"] > div:nth-child( 2 ) {
	display: none !important;
}

/* Centerstone logo */
body.login #login:has(.sso-buttons) h1 a {
	background-image: url("/wp-content/uploads/Centerstone_Logo_2020_color_large.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 320px;
}
