* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #F3F5F8;
	font-family: HelveticaNeue, "Source Sans Pro", sans-serif;
	font-size: 15px;
	color: #676a6d;
}

.login-wrapper {
	position: absolute;
	width: 100%;
	min-width: 680px;
	height: 100%;
	background: url('../img/bg-login.jpg') no-repeat 50% 50%;
	background-repeat-y: repeat;
	background-size: 100% auto;
	padding: 32px;
}

.vertical-align-wrap {
	height: 100%;
	display: table;
	background: #FFF;
	border-radius: 16px;
	width: 624px;
	padding: 64px 112px 32px;
}

.vertical-align-middle {
	display: table-row;
	vertical-align: middle;
}

.vertical-align-middle-top, .vertical-align-middle-bottom {
	height: 10px;
}

.vertical-align-middle-bottom {
	text-transform: uppercase;
}

.vertical-align-middle-cell {
	display: table-cell;
	vertical-align: middle;
}

img.logo {
	width: 175px;
}

.auth-box {
	min-height: 400px;
	height: 70%;
}

.welcome-title {
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	text-transform: uppercase;
}

.header {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.error-message {
	color: red;
	font-size: 18px;
	height: 20px;
}

.auth-box .control-label {
	color: #000000;
	font-weight: 500;
}

.btn-login {
	margin-top: 64px;
}