body{
	min-height:639px;
}
#loginscreen {
    background-image:url('/src/background/thumb-1920-876898.jpg');
    background-repeat:no-repeat;
	background-size:cover;
    width:100%;
	height:100%;		
	position: relative;
    left: 0;
    top: 0;	
	padding-top:10%;
}
#login{	
	margin:20px auto;
	width:320px;
    padding: 16px 24px 46px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
}
#logo h1{
    font-family: "Lucida Console", monospace;
    font-size:50px;
}
.input{
	font-size: 14px;
    width: 50%;
    max-width: 97%;
    border-width: 3px;
    padding: 3px 2px 1px 2px;
    margin: 2px 2px 16px 2px;
    min-height: 40px;
    max-height: none;
}
.submit{
	width: 100%;
	height:40px;
}
#selected{
	border: 3px solid green;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3px 0px 3px 0px;
  background-color: DarkSlateBlue;
  color: white;
}
footer .center{
  margin: auto;
  width: 320px;
}
