.wt-sso-form {
	flex-direction: column;
	order: 1;

	.wt-button-secondary {
		margin-top: 0.5rem;
		white-space: normal;
		padding: .8125rem 1.5rem;
		width: 100%;
	}

	/* triangle to the right aligning with the button instead of left */
	.wt-field-error:after {
		left: initial;
		right: 0.5rem;
	}
}