body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('../images/Background_Forest.jpg');
  background-attachment: fixed;
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  border-left: solid 5px #54632B;
}

label {
  display: block !important;
}

.logo {
  height: 180px;
  margin: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo_container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

#line_container {
  margin-left: 5px;
  margin-right: 5px;
  width: 98%;
  max-width: 100%;
  height: 3%;
}

#top_line {
  margin-top: 0px;
  color: rgb(71, 71, 71);
  border-top: 2px solid rgb(71, 71, 71);
}

.box {
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  border-color: #004E4E;
  border-style: solid;
  border-width: 3px;
  padding: 10px 30px 10px 30px;
  color: black
}

.inputs {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0px;
  border-radius: 18px;
  box-sizing: border-box;
  color: black;
}

#submit {
  padding: 12px 20px !important;
  margin: 8px 0px;
  box-sizing: border-box;
  color: white !important;
  background-color: black;
}

#submit:hover {
  background-color: #C9B44E;
}