.login_page_background {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 99;
	background: -webkit-radial-gradient(center, ellipse, #46b8da 0%, #000000 100%);
	background: radial-gradient(ellipse at center, #46b8da 0%, #000000 100%);
	overflow: hidden;
}
.login_page_content {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent;
	z-index: 100;overflow: auto;
}
.login_block {
	position: absolute;
	left: 50%; top: -150px;
	width: 350px;
	margin-top: -129px;
	margin-left: -175px;
	padding: 10px 10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	box-shadow: 0 5px 25px 9px rgba(0,0,0,.3),inset 0 -1px 1px 0 #2d3238;
}
.login_block_content {
	background: #dde7e9;
	padding: 20px 20px;
	border-radius: 10px;
}

.login_block_content .callout {
	display: none;
}

.login_block_content  .control-label {
	font-size: 20px !important;
	font-weight: 600 !important;
}