/* Auth — the "Sign in with iService" block appended to the core login form. */
.auth-sso {
	margin-top: 14px;
}

/* "oder" divider between the password login and the SSO button. */
.auth-sso-or {
	color: #999;
	font-size: 0.85em;
	margin: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.auth-sso-or::before,
.auth-sso-or::after {
	background: #e0e0e0;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 40%;
}

.auth-sso-or::before {
	left: 0;
}

.auth-sso-or::after {
	right: 0;
}

.auth-sso-btn {
	font-weight: bold;
}
