body {
	width: 100%;
	height: 100%;
	background-color: lightblue;
	background-repeat: no-repeat;
	background-size: 100% 100%;
        text-align: center;
}

.login {
        background-color: lightgrey;
        position: absolute;
        height: 320px;
        width: 200px;
        top: 40%;
        left: 50%;
        margin-top: -150px;
        margin-left: -100px;
        border: 0px solid black;
	border-radius: 25px;
}

.loginbutton {
	-webkit-appearance: none;
	border: 0px solid black;
	border-radius: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 60%;
	background-color: lightblue;
}

#banner {
	width: 100%;
	margin-top: 2em;
	display: block;
	background-color: lightblue;
	color: black;
}

#username {
	margin-top: 10px;
	padding: 5px;
	border: 0px;
	border-radius: 2px;
}

#password {
	margin-top: 10px;
	padding: 5px;
	border: 0px;
        border-radius: 2px;
}
