.landing-ui-panel.landing-ui-panel-save-block {
	width: 496px;
	z-index: 333;
}

.landing-ui-panel-content-overlay.landing-ui-panel-save-block {
	z-index: 332;
}

.landing-ui-panel.landing-ui-panel-save-block .landing-ui-form-header {
	display: none;
}

.landing-ui-panel-save-block-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;
}
