.column1 {
	float: left;
	background-image: url(/assets/api/img/gdpr_wall.jpg);
	background-color: #000000;
	padding-left: 80px !important;
	width: 100%;
	height: 100%;
	position: fixed;
}

.column2 {
	float: right;
	background-color: #000000;
	padding-left: 20px !important;
	width: 507px;
	padding: 10px;
	height: 1000px;
	background-color:  #fff;
	position: sticky;
}


/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}



/***** LOGIN PAGE *****/
/************************/

span.login_desc {
	color: lightgrey;
}

body.loginbody {
	background: #f7f7f7 url(../img/gray_jean.png);
}

.loginwrapper {
	width: 400px;
	margin: 80px auto 0 auto;
}
.loginwrapper p {
	margin: 20px 0;
}
.loginwrapper p:first-child {
	margin-top: 0;
}
.loginwrapper p:last-child {
	margin-bottom: 0;
}
.logintitle {
	padding: 15px;
	text-transform: uppercase;
	background: #ffffff;
	line-height: 21px;
	font-size: 18px;
	border-bottom: 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-top: 40px;
}
.logintitle span.iconfa-lock {
	font-size: 44px;
	margin-top: 14px;
	float: left;
	margin-right: 10px;
}
.logintitle span.iconfa-cogs {
	font-size: 44px;
	margin-top: 14px;
	float: left;
	margin-right: 10px;
}
.logintitle span.subtitle {
	font-size: 12px;
	font-weight: normal;
	display: block; /*margin-left: 32px;*/
	text-transform: none;
	color: #999;
}
.loginwrapperinner {
	padding: 20px;
	background: #fff;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.loginshadow {
	background: url(../img/loginshadow.png) no-repeat center center;
	height: 30px;
}
.loginwrapper input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	min-height: 44px;
	font-size: 14px !important;
	border: 0;
	color: #999;
	background: #eee;
	padding-left: 30px;
}
.loginwrapper input#username {
	background: #eee url(../img/username.png) no-repeat 8px 12px;
}
.loginwrapper input#password {
	background: #eee url(../img/password.png) no-repeat 8px 12px;
}
.loginwrapper input#username.error,
.loginwrapper input#password.error {
	background-color: #ffeaea;
	color: #ff0000;
}
.loginwrapper input:focus {
	background-color: #fff;
	color: #666 !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
}
.loginwrapper button.btn {
	padding: 12px 0;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.loginwrapper a {
	color: #999;
}
