html, body {
	height: 100%;
	background: #c0c0c0;
}
.container-fluid {
	height: 100%;
	width: 100%;
	display: table;
	padding: 0;
}
.row-fluid {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.waffeex-auth-window {
	height: 515px;
	padding-top: 100px;
	background: radial-gradient(ellipse closest-side, #fff, transparent);
}
.waffeex-logo {
	width: 100%;
	height: 90px;
	text-align: center;
}
.waffeex-narrow-form {
	max-width: 400px;
	margin: 0 auto;
}
.waffeex-narrow-form p {
	margin-top: 30px;
	padding: 5px;
}
.waffeex-field-container {
	height: 54px;
	padding: 6px 6px 6px 12px;
	border: 1px #eee solid;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 0 10px #777;
	font-size: 14px;
}
.waffeex-field-container.error {
	background: #fac5c5;
}
.waffeex-field-container label {
	height: 20px;
	margin: 0;
	text-transform: uppercase;
}
.waffeex-field {
	height: 20px;
}
.waffeex-field input {
	height: 20px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: none;
}
.waffeex-field input:focus {
	box-shadow: none;
}
.waffeex-loginform-buttons {
	margin: 0;
	height: 40px;
	margin-top: 30px;
}
.waffeex-loginform-buttons div {
	padding: 0;
}
.waffeex-loginform-buttons button {
	width: 100%;
	height: 40px;
}
.waffeex-forgot-password {
	height: 40px;
	line-height: 40px;
	text-align: right;
}