html,
body{
	width: 100%;
	height: 100%;
}

body{
	//font-family: 'Cambria', 'Times New Roman', serif;
	font-size: 100%;
	font-size: 16px;

	background-image: url('/assets/login/image/login-background-blurred.jpg');

	background-size: cover;
	background-position: center center;
}

img{
	max-width: 100%;
	height: auto;
}

@media (min-width: 940px) {
	.visible-desktop{
		display: block;
	}

	.visible-mobile{
		display: none;
	}
}

@media (max-width: 940px) {
	.visible-desktop{
		display: none;
	}

	.visible-mobile{
		display: block;
	}
}

.clearfix{
	clear: both;
}

.behave-table{
	display: table;
	width: 100%;
	height: 100%;
}

.behave-table-cell{
	display: table-cell;
	vertical-align: middle;
}

h1,
h2{
	margin: 0;
}

h2{
	font-size: 20px;
}

.footer-text{
	position: absolute;
	left: 30px;
	bottom: 20px;
}

@media (min-width: 940px) {
	.form-holder{
		max-width: 900px;
	}

	.credit-line a{
		color: #fff;
	}
}

@media (max-width: 940px) {
	.credit-line{
		margin-top: 30px;
	}
}

.form-holder{
	display: inline-block;
	background-color: #fff;
	width: 90%;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.form-left{
	display: none;
}

@media (min-width: 940px) {
	.form-left{
		display: block;
		position: absolute;
		top: 0;
		right: 50%;
		bottom: 0;
		left: 0;
		padding: 30px;
		z-index: 1;
		color: #fff;
	}

	.form-right{
		float: right;
		width: 50%;
	}
}

.form-right{
	padding: 30px;
}

.backdrop{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}

.login-text{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #333;
	position: relative;
}

.form-control{
	font-size: 16px;
}

.login-text:after{
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	left: 0;
	bottom: -7px;
	background-color: red;
	width: 40px;
}

.form-left{
	background-image: url('/assets/login/image/login-background.jpg');
	/* background-size: contain; */
	background-position: 27% 46%;
}

.alert-error{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
