html,
body {
	height: 100%;
}

body {
	background: #3E3E3E url(../images/login-background.jpg) center center no-repeat;
	background-size: cover;
}

.logo {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 150px;
}

.logo-mini {
	height: 50px;
}

.form-signin {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 320px;
	padding: 20px;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	border-radius: 3px;
}
.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin__ajax-loading {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
}

.form-signin__ajax-loading .spinner-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ajax-is-loading .form-signin__ajax-loading {
	display: block;
	z-index: 5;
}

.choose-language {
	position: fixed;
	right: 10px;
	top: 10px;
}

#language-dropdown {
	color: white;
}