.owa-setup.components-placeholder {
	align-items: center;
	padding: 24px;
	box-sizing: border-box;
}
.owa-setup p,
.owa-setup h4,
.owa-setup div {
	font-family: inherit !important;
}
.owa-setup-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.owa-setup h4.owa-setup-title {
	margin: 0px;
}
.owa-setup p.owa-setup-description {
	font-size: 1rem;
	margin: 0px 0px 12px 0px;
}
.owa-setup .components-placeholder__fieldset {
	justify-content: center;
}
.owa-setup .components-placeholder__label {
	align-self: center;
	margin-bottom: 0px;
}
.owa-setup label.components-base-control__label {
	display: block;
	text-align: center;
}
.owa-setup-icon {
	margin: 0px auto 0px;
}
.owa-setup-form {
	margin: 6px 0px;
}
.owa-setup-form .components-button {
	margin-left: 6px;
}
