html,body {
	height: 100%;
	margin: 0px 0px 0px 0px;
}
#content {
	display: inline-flex;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-image: url("/Images/grass-275986_1920.jpg");
	/*background-image: url("/Images/IMG_0610.jpg");*/
	 background-size: 100vw 100vh;
}
#login {
	display: inline-flex;
	text-align: center;
	vertical-align: middle;
	width: 35%;
	height: 35%;
	margin: auto;
	background: radial-gradient(circle, rgba(255, 255, 255,1),rgba(255, 255, 255,0));
	border-radius: 25px;
}
#loginInput {
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
.title {
	font: 24px arial, sans-serif;
	color: navy;
}
.button {
    background-color: #bdbdbd;
    border: none;
    color: black;
    padding: 6px 19px;
    text-align: center;
	margin: 0.4em 0.4em 0.4em 0.4em;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button:hover {
    background-color: #8e8e8e;
    border: none;
    color: black;
    padding: 6px 19px;
    text-align: center;
	margin: 0.4em 0.4em 0.4em 0.4em;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.errorBar{
	position: absolute;
	background-color: #f44336;
	vertical-align: middle;
	text-align: center;
    border: none;
    color: white;
	width: 60%;
	margin-left: 20%;
	height: 35px;
}
.errorText {
	line-height: 35px;
	margin: auto;
}
.center {
	text-align:center;
	display:block;
	margin: auto;
}
.imgPad {
	padding: 15px;
}