body {
	
	color: black;
	margin-top: 20px;
	font-family: 'Roboto';
	background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(30, 144, 255, 1)
    )
    
}

.imageblock {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
}

.centerh1	{
		text-align: center;
		font-weight: 33px;
		text-shadow: 2px 2px gray;
	}
.centerh2	{
		text-align: center;
		font-weight: 22px;
	}
.white {
	color: white;
}
.mirror {
	text-align: center;
}

.formblock	{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
	font-weight: 33px;
	margin: 0 auto;
	background-color: lightgray;
	text-align: left;
	border-radius: 5px;

}
@media (min-width: 490px) {
	.formblock	{
		width: 400px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.formlines input {
		width: 360px;
	}	
	.buttonset	{
		width: 360px;
	}
}
@media (max-width: 490px) {
	.formblock	{
		padding-left: 20px;
		padding-right: 20px;
	}		
}


.formlines label {
	margin-bottom: 5px;
	}

.formlines input {
	display: block;
	height: 40px;
	font-weight: 30px;

	padding-left: 10px;
	width: 90%;
}

.spacing {
	margin-top: 20px;
}

.buttonset	{
	display: block;
	background-color: lightblue;
	border: lightgreen;
	color: white;
	height: 40px;
	padding-left: 10px;
	width: 92%;
	border-radius: 5px;
}

.buttonset:hover {
	background-color: blue;
}

.forgetfont {
	color: gray;
	font-weight: 15px;
}

.loginbelow	{
	color: white;
	text-align: center;
}
.inote {
	color: white;
}