html {
  position: relative;
  min-height: 100%;
}
img#login_logo {
	width: 100%;
	padding: 2em 5em 2em 5em;
}
body#login {
	font-family: helvetica;
	background: url('../gfx/background.jpg') no-repeat center center fixed;
	width: 100%;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	margin-bottom: 45px;
}
#login-form {
	background: rgba(255,255,255,0.7) !important;
}
.bg-green {
	background-color: #207c70;
}
.tx-white {
	color: white;
}
#footer {
    position: absolute;
    line-height: 45px;
    height: 45px;
    bottom: 0;
    width: 100%;
}
#footer span {
	width: 100%;
	display: block;
}
