body {
	color: #E2E2E2;
	background-color: rgba(0,0,0,0);
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	margin: 0 0 0.4545rem;
	border-style: none;
	height: 2.1rem;
}
input[type="submit"] {
	margin-top: 0.4545rem;
	padding: 0.5rem;
	width: 100%;
	-moz-box-sizing: border-box;
	background-color: #0c85d2; 
	border: none;
	font-size: 1.125rem;
	color: #FAFAFA;
	height: 2.1rem;
	cursor: pointer;
}
input[type="submit"]:ACTIVE {
	box-shadow: none;
}
input[type="submit"]:HOVER {
	background-color: #077bc5;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
}
a {
	font-size: 0.75rem;
	color: #E2E2E2;
}
a:HOVER {
	font-size: 0.75rem;
	color: #FFFFFF;
}
#login-container {
	 	min-height: 90%;
}
#about-us, #copyright div {
	text-align: center;
}
@media only screen and (min-width: 40.063em) {
	 #about-us, #copyright, #login-container {
	 	height: 100%
	 }
	 #about-us div, #copyright div {
	 	bottom: 1.364rem;
	 	left: 1.136rem; 
	 	position: absolute;
	 }
	 #about-us div {
	 	text-align: left;
	 }
	 #copyright div {
	 	text-align: right;
	 }
	 .container {
		background-color: rgba(23, 24, 26, 0.15);
	}
}
@media only screen and (max-width: 40.063em) {
	#login-form-column {
		width: 100%;
	}
}
#see-what-we-do {
	border: 1px solid #FAFAFA; 
	font-size: 1.125rem; 
	margin-top: 2.4rem;
	cursor: pointer;
	height: 2.1rem;
	padding-top: 0.125rem;
}
#see-what-we-do:HOVER {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#error-message {
	color: #ff3535;
	font-size: 1rem;
	margin-bottom: 2.6rem;
	height: 0.75rem;
}
#see-what-we-do .arrow-play {
  	width: 0; 
	height: 0; 
	border-top: 0.3125rem solid transparent;
	border-bottom: 0.3125rem solid transparent;
	border-left: 0.4375rem solid #FAFAFA;
	display: inline-block;
	margin-left: 0.125rem;
}
#see-what-we-do:HOVER .arrow-play {
	border-left: 0.4375rem solid #FFFFFF;
}