.landing-ui-panel.landing-ui-panel-create-page {
	width: 496px;
	z-index: 333;
}

.landing-ui-panel-content-overlay.landing-ui-panel-create-page {
	z-index: 332;
}

.landing-ui-panel.landing-ui-panel-create-page .landing-ui-form-header {
	display: none;
}

.landing-ui-panel-create-page-success,
.landing-ui-panel-create-page-fail {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.landing-ui-panel-create-page-actions a,
.landing-ui-panel-create-page-actions a:active,
.landing-ui-panel-create-page-actions a:focus  {
	color: rgba(32, 102, 176, .75);
	border-bottom: 1px solid rgba(32, 102, 176, .45);
	transition: all 200ms ease;
}

.landing-ui-panel-create-page-actions a:hover {
	color: rgba(32, 102, 176, 1);
	border-bottom: 1px solid rgba(32, 102, 176, .85);
	text-decoration: none;
}