html, body, .wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


p {
	color: #FFAA00;
}

.header{
	height: 13%;
}

.headerDivs{

	text-align: right;
}

.headerDivs div {
	display: inline-block;
	/* width: 5-em; */
	max-width: 100%;
	/* min-height: 2em; */
	vertical-align: middle;
	text-align: right;

}

.loginText{
	/* display: inline-block; */
	vertical-align: middle;
	margin-right: 0.1%;
	padding: 0%;
	margin: 0%;
}

.avatarPic{
	margin-right: 10%;

}

.loginForm {
	/* display: inline-block; */
	vertical-align: middle;
	text-align: right;
	margin-left: 0%;
}

.loginForm img {
	display: block;
	margin-left: auto;
	margin-right: 5%;
}

.mainContainer{
	position: static;
	height: 100%;
}

.bLogoAndText{
	height: 87%;
 }

.childbLogoAndText{
	position: relative;
	top: 25%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.center{
    display: flex;
    flex-direction: row;
    width: 327px;
}

.center-wrapper{
    position: relative;
	top: 50%;
	margin: auto;
}

.bLogo{
	float: left;
	position: relative;
	width: 161px;
}

.cText{
	float: left;
	position: relative;
	top: -6px;
	left: 5px;
	font-family: Bevan, sans-serif;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.35em;
	letter-spacing: 3px;
	width: 161px;
	text-transform: uppercase;
}

.noPadding {
	padding: 0px;
	margin: 0px;
}

#mrktMssg{
	position: relative;
	top: 15px;
}

#pDown{
	margin-bottom: 0;
	vertical-align: middle;
	text-align: right;
	font-family: Arvo, sans-serif;
	font-size: 20px;
}

#textUnderLogo{
	position: relative;
	font-family: Arvo, sans-serif;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	color: #545454;
}

.LoginScreen{
	display: block;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2); // Make sure this color has an opacity of less than 1
	backdrop-filter: blur(8px); // This be the blur
	position: absolute;
	z-index: 1000;
	top: 100px;
	left: 150px;
	width: 40%;
	height: 20%;
	align-content: center;
}

#LoginFirstP{
	text-align: center;
}