.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        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);
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	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;
}