/* Change Width and Height of Logo Image + Add Custom Image File */
body {
	background-color:#175831;
}
#login form {
	-webkit-box-shadow: 5px 5px 12px 0px rgba(28,31,27,1);
	-moz-box-shadow: 5px 5px 12px 0px rgba(28,31,27,1);
	box-shadow: 5px 5px 12px 0px rgba(28,31,27,1);
}
#login label {
	color:#666;
}
#login p,
#login a {
	color:#fff !important;
}
.login h1 a {
  background-image: url(../img/topsfield-fair-logo.png);
  width: 320px;
  height: 230px;
  background-size: cover;
}
input[type="submit"] {
	background-color:#175831 !important;
	border:none;
}