html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

#content {
	min-height: calc(100% - 192px);
}
#content.nowrap {
	min-height: 100%;
}
.nowrap {
	padding: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}

/*
#content .auth:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
}
*/

#content .auth>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #999;
	padding: 10px 50px;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
	z-index: 20;
}
#content .auth>div input {
	padding: 10px 20px;
	border: 1px solid #666;
	border-radius: 5px;
	outline: none;
}
#content .auth>div input[type="radio"],
#content .auth>div input[type="checkbox"] {
	margin-top: 0px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #666;
}
#content .auth>div input[type="submit"] {
	background: linear-gradient(to bottom,white,#eef0f2);
	color: black;
}
