html, body
{
	left: 0;
	top: 0;
	text-align:center;
	background-color: #4d77b3;
}

.StdHeader
{
	width: 60%;
	height: 8%;
	position: unset;
	z-index: 100;
	background-color: #AEAEAE;
	border-bottom-color: black;
	border-bottom-width: 2px;
	box-shadow: 0px 0px 7px 5px black;
	margin-left: 20%;
}

.MainSection
{
	margin-top: 1.6%;
	height:100vh;
	width: 100%;
	background-color: #4d77b3;
	background-position: center, center;
	background-attachment: fixed;
	background-size: cover;
}

.FormDiv{
	margin-top: 10%;
}

.LeftNavbar{
	float: left;
	margin-left: 10%;
}

.RightNavbar{
	float: right;
	margin-right: 10%;

}

.BottomNavbar{
	padding-top: 25%;
}


h1{
	font-size: 10vh;
}

.input{
	width: 80%;
	height: 5%;
	text-align: center;
}

.Button{
	width: 80%;
	height: 5%;
	text-align: center;
}

label.input {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.3);
	font-size: 3vh;
	color: rgba(0, 0, 0, 0.7);
	float: left;
	margin-left: 10%;
	margin-bottom: 2%;
	text-align: center;
}

label.input:hover {
	border-color: rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

#S_Accountdata{
	width: 40%;
	text-align: center;
	margin-left: 30%;
}

.BackIcon{
	float: right;
	height: 90%;
	margin-right: 1%;
	margin-top: 0.2%;
	opacity: 0.7;
}

.BackIcon:hover
{
	opacity: 1.0;
}
