body{
	background-color: #e6e6e6;
	font-family: 'Comfortaa', cursive;
	letter-spacing:2px;
	font-size: 16px;
	font-weight:600;
	height: 100vh;
	width: 100vw;
	max-width: 100%;
    overflow-x: hidden;
	overflow-y: hidden;
}


.loginContainer{
	display:inline-block;
	z-index: 1999999;
	background: none;
	visibility: visible;
	align-content: center !important;
	margin: 0 auto !important;
	background-color: #f7f7f7;
	padding: 25px 15px 30px 15px;
	max-width: 540px;
	min-width: 0px;
	position: relative;
	overflow: hidden;
	border: solid 1px #999;
	border-radius: 25px 25px 25px 25px;
	min-height: 25px;
	box-shadow: 0 0 0.5px rgb(209 209 209 / 32%), 0 0 7pt 0pt rgb(204 204 204 / 52%);
}

.login{
	border-radius: 20px 20px 20px 20px;
	height: 40px;
	border: solid 1px #000;
	width: 400px;
	margin-bottom: 12px;
	display: inline-block;
	background-color: rgba(0,0,0,1);
	letter-spacing: .1em;
	text-align: center;
	color: #FFFFFF;
	outline: none;
	font-family: 'Comfortaa', cursive;
	box-sizing: border-box;
}

#loginButton {
	border-radius: 20px 20px 20px 20px;
	height: 36px;
	border: none;
	width: 200px;
	margin: 0 0 5px 200px;
	box-sizing: border-box;
	background-color: #373737bf;
	cursor: pointer;
}

#loginButton:hover{
	background-color: rgb(0,0,0,.7);
}


.checkboxTwo {
	width: 85px;
	height: 34px;
	background: #66666661;;
	margin: 0 0 30px 315px;
	border-radius: 50px;
	position: relative;
}


.checkboxTwo label {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 7px;
	z-index: 1;
	left: 10px;
	background: #fbfbfb;
}


.checkboxTwo input[type=checkbox]:checked + label {
	left: 60%;
	background: #c0c0c0;
}


label {
	position: relative;
	color: #8898AA;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin-left: 0px;
	display: flex;
	flex-direction: row;
}

.checkboxTwo:before {
	content: '';
	position: absolute;
	top: 20%;
	left: 10%;
	height: 2px;
	width: 80%;
}

.mainContent{
	width:100%;
	height:85%;
	text-align:center;
	margin:0px;
	vertical-align:middle;
	display:table-cell;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginInputs{
	width:400px;
	display:inline-block;
	padding: 25px 45px 15px 45px;
}

.loginHeading{
	padding:35px 0px 5px 0px;
	font-size:18px;
	font-weight:700;
	letter-spacing:5px;
	border-bottom: 2px solid #000;
	width:70%;
	margin:0px;
	display:inline-block;
}

a{
	color:rgb(163, 163, 163);
	text-decoration: none;
}
a:visited{
	color:rgb(163, 163, 163);
}


.EP2byWC2{
	font-size:10px;
	color:rgb(163, 163, 163);
	border-radius:20px;
	width:220px;
	padding:8px;
	display:inline-block;
}

.linkStyle{
	border-bottom: 1px solid rgb(163, 163, 163);
	padding:2px;
}

input#emailAddress{
	font-size: 15px;
}

input[type=text] {
    font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #000 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
	font-size: 15px;
}

input:-webkit-autofill::first-line {
	font-family: 'Comfortaa', cursive;
	font-size: 15px;
}
