body {
	background: url("/adminconsole/resources/images/custom/log_in_page.jpg") no-repeat center center fixed;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#page {
	width: xx%
}

.centerArea {
	margin: 0 auto;
	width: 450px; /* value of your choice which suits your alignment */
	height: 100%;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}

.regCenterArea {
	margin: 0 auto;
	width: 950px; /* value of your choice which suits your alignment */
	height: 100%;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}

#loginForm {
  left: auto;
  right: auto;
  height: auto;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

#loginForm table td {
	height: 40px;
}

.ui-commandlink {
	padding-top: 40px;
	margin-left: 20px;
}

button.ui-botton {
	float: left;
	padding: 10px;
}

#loginForm td {
	margin-right: 10px;
}

#loginForm input {
	width: 200px;
}

#billdozerLogo {
	left: auto;
	right: auto;
}

.vertical-center {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
	opacity: 0.9;
}
