.auth p {
	line-height:1.4;
	margin-bottom: 12px;
}
.text_block {
	margin:60px 0 40px;
	max-width: 700px;
	width: 100%;
}
.login_form {
	display:block;
	max-width:600px;
}
.login_form input {
	max-width:400px;
	width: auto;
/*	height: 46px; */
	margin-bottom: 24px;
	border: 1px solid #BECEDF;
	border-radius: 2px;
	padding: 0 20px;
	background: none;
	transform: none;
}

.login_form  input[type="submit"] {
	width: 189px;
	height: 40px;
	color: #fff;
	background: #02295c;
	font-weight: 500;
	text-transform: uppercase;
}

.login_form input[type="submit"]:hover {
	cursor:pointer;
	background-color: #03336E;
}

.login_form h3 {
	margin-bottom:20px;
}
.footer a, .footer p {
	font-size:14px;
	padding: 0;
	margin: 0;
}
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 20px;
}
.bx-authform-formgroup-container {
    margin-bottom: 15px;
}

@media (max-height: 1000px) {
	.footer {
		position: relative;
	}
}
