body	{ background: url(../img/background.jpg) #ffffff; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;  }

#loginwindow	{ background: url(login.jpg) #fff; 
				  border-radius: 0px; box-shadow: 0 0 15px #999999; border: 1px solid #1883d7; font-family: Century Gothic;
				  height: 200px; left: 50%; margin-left: -150px; margin-top: -100px; 
				  position: fixed; top: 50%; width: 300px; z-index: 1; }
				  
#logingesamt {
  position: relative;
  top: 90px;
  height: 110px;
}

#logingesamt div {
float: left;
padding-bottom: 5px;
padding-left: 7px;
padding-top: 5px;
position: relative;
width: 135px;
}

#logingesamt input {
  border-radius: 0px;
  padding: 2px;
  width: 100%;
}

#loginbtn {
  border: 1px solid #f8f8f9; 
  background: #1979ca;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  width: 100px !important;
}

input:hover,
input:focus		{ background: rgba(206, 227, 248, 0.5); }
input.field		{
				border: 1px solid #1883d7;
				color: #000000;
				font-family: Verdana;
				font-size: 10px;
				height: 16px;
				width: 80px;
}