.content, .content-body {
	background: lightgray;
}

.white_box {
	background: #FFFFFF;
	width: 540px;
	height: 300px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.login_box {
	width: 280px;
	height: 300px;
	background: #4E5A65;
	text-align: left;
	position: relative;
	margin-top: -219px;
}

.login_boxBottom:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #4E5A65;
	border-image: none;
	border-style: solid;
	border-width: 60px;
	border-top: 40px solid #4E5A65;
	border-bottom: 0px solid transparent;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -60px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.login_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #4E5A65;
	border-image: none;
	border-style: solid;
	border-width: 60px;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 40px solid #4E5A65;
	border-right: 0px solid transparent;
	content: " ";
	height: 0;
	left: 100%;
	margin-top: -60px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 0;
}

.loginH {
	color: rgb(20, 30, 42);
	font-weight: bold;
}

.loginLabel {
	color: #ffffff;
	font-size: 17px;
}

.firstLineLogin {
	margin-top: 20px;
}

.loginButton {
	width: 100%;
	margin-bottom: 15px;
	height: 37px;
	margin-top: 25px;
}

.forgottenpswd>a {
	color: white;
	font-weight: 800;
	text-decoration: underline;
}

.keyimg {
	margin-left: 300px;
	margin-top: 65px;
	position: relative;
}

.login_panel {
	padding: 15px 15px 15px;
}

.login_panel>input {
	width: 90%;
	margin-bottom: 10px;
	font-size: 15px;
}

.content {
	margin-top: 90px;
	margin-left: 0px;
}

.content>.content-header h2 {
	margin-left: 300px;
	margin-top: 24px;
}

.navbar-helper .panel-sitename img {
	margin-left: 295px;
	margin-bottom: 10px;
}

.content>.content-header h2 {
	font-size: 2.2em;
}

#recaptcha_area {
	margin-left: auto;
	margin-right: auto;
}

.login_boxBottom {
	width: 350px;
	background: #4E5A65;
	text-align: left;
	position: relative;
}

.height_320 {
	height: 300px;
}

.height_280 {
	height: 220px;
}

.white_box_bottom {
	background: #FFFFFF;
	width: 350px;

	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}