/**
 * Basic styles for the wp-login.php screen.
 *
 * @package WebDevStudios\SSO
 * @since 1.0.0
 */

/**
 * Give the button full space.
 *
 * @author Aubrey Portwood
 * @since 1.0.0
 */
.wds-sso-login,
.wds-sso-login .button {
	display: block;
}


/**
 * Space out button.
 *
 * @author Aubrey Portwood
 * @since 1.0.0
 */
.wds-sso-login .button {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

/**
 * Make login messages orange too.
 *
 * @author Aubrey Portwood
 * @since 1.0.1
 */
.login .message.wds-sso-https-message {
	border-left: 4px solid #FF8223;
}
