/**** KOKO SIVUSTO: ****/
html {
	background: #fbfbfb !important;
	height: 100% !important;
	width: 100% !important;
}

body {
	background-image: url('../images/login_background.jpg') !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.ui-inputfield,.ui-widget-content .ui-inputfield {
	padding: 8px;
}

.ui-login-button {
	margin-top: 15px !important;
}

/**** LOGIN-SIVU: ****/
.pagecontent {
	width: 350px;
	margin: 0 auto;
	text-align: center;
	background: #78aa38;
	padding: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.ui-widget-content {
	background: transparent;
}

.ui-login-button {
	background: #ffffff;
}

.ui-login-button:hover {
	background: #e3e3e3;
}

.ui-panel {
	box-shadow: none;
}

.ui-panelgrid tr,.ui-panelgrid td {
	border: 0 !important;
}