html, body{
	height: 100%
}

p, h3 {
	color: white;
}
.input, input {
	color: black;
}
.container {
	background-image: url("/static/images/backgroundBlue.9a8ddbe84de7.jpg");
	background-size: 100% 100%;
	margin-left: 0px;
	margin-right: 0px;
	width: 100vw;
	min-height: 100vh;
	padding-left:10vw;
	margin-right:10vw;
}

.loginContainer,
.signupContainer{
	margin-top: 10vh;
	width: 50%;
}

.loginContainer {
	float:left;
}

.signupContainer{
	float:right;
}

#forgot-pw-link{
	margin-top: 15px;
}

label {
	  width: 90px;
}

.errorlist {
	color: white;
}

.error > .input {
	background-color: red;
}

ul {
	padding-left: 0px;
}

li {
	list-style-type: none;
}

@media all and (max-width: 768px) {
	h3 {
		text-align: center;
	}
	.loginContainer,
	.signupContainer{
		width: auto;
		margin-top: 5vh;
	}
	.signupContainer{
		margin-bottom: 5vh;
	}
}