#header {
	display: none;
}
#lock:before {
	content: "\f023";
	margin-right: 0.3em;
}
#username:before {
	content: "\f007";
}
#password:before {
	content: "\f084";
}
#username:before, #password:before {
	left: 5px;
	line-height: 26px;
	position: absolute;
	top: 0;
}
#mainSideBar {
	display: inline-block;
	float: none;
	margin-top: 15%;
	max-width: 400px;
}
#mainSideBar .copyright {
	display: block;
	float: left;
	margin: 1.5em 0 0 0;
	width: 100%;
}
#mainSideBar .copyright a {
	font-weight: bold;
	font-size: 0.85em;
}
#content {
	min-height: 0;
}
#forgotpws .formbox > .row:last-child .label {
	display: none;
}
#forgotpws .formbox > .row:last-child .areaform {
	text-align: center;
}
#submit, #lock {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.formbox {
	margin: 0;
}
.logo, .title {
	clear: both;
	float: left;
	width: 100%;
}
.logo img {
	display: block;
	float: none;
	height: auto;
	margin: 2% auto;
	max-width: 250px;
	width: 40%;
}
.row .label {
	max-width: 100%;
	text-align: left;
	width: auto;
	display: block;
	clear: both;
}
.row .errorBlock {
	margin: 0.3em 0 0 0;
}
.row .areaform {
	max-width: 100%;
	position: relative;
	width: 100%;
}
.row .areaform input {
	font-size: 1em;
	margin: 0;
	width: 100%;
}
.row .areaform input[type="submit"] {
	margin-right: 10px;
	width: auto;
}
.submitArea {
	margin-top: 0.5em;
}
.headersection{
	float: left;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	width: 100%;
}
@media (max-width: 767px) {
	#mainSideBar {
		margin-top: 10%;
	}
}
@media (max-width: 480px) {
	#mainSideBar {
		margin-top: 5%;
	}
	#mainSideBar .copyright {
		margin-top: 0.8em;
	}
	#mainSideBar .copyright a {
		font-size: 0.85em!important;
	}
	.areaform {
		width: 100%!important;
	}
	.logo img {
		margin-top: 0;
		width: 60%;
	}
}