

body {
  color: #ffffff;
  background: #014d1e;
  background-image: none;
  font-family: proxima-nova-condensed, sans-serif;
 background-image: linear-gradient(to bottom, #bce0c7, #014d1e);
}


.shadedarea {
  background-color: rgba(255,255,255,0.8);
  color: #000000;
}

.fill {
  background-image: url('/images/bg.jpg');
}


.logoimg {
  position: relative !IMPORTANT;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  display: block;
  max-height: unset !important;
  padding-right: 0px !important;

}
.checkarea2 {

  text-align: left;
}

input[type="submit"],
input[type="reset"] {
  background-color: #7cbc03;
  border-radius: 10px;


}



.logo {
  height: auto;
  z-index: 3;
  margin-bottom: -40px;
  position: relative;
}

.btn {
  background-color: #94d40b;
}

