/* line 1, ../sass/Style.scss */
body {
  background: url(../images/BackGroundBuild.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 12, ../sass/Style.scss */
.head-title {
  text-align: center;
  font-family: "Open Sans";
  color: #cc9900;
}

/* line 17, ../sass/Style.scss */
.head-title img {
  width: 200px;
  height: auto;
}

/*.head-title hr {
  width: 100%;
  max-width: 100px;
  height: 6px;

  margin-top: -4px;

  color: #07517E;
  background-color: #07517E;

  border: none;
}*/
/* line 38, ../sass/Style.scss */
.content {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  border-radius: 10px;
}

/* line 51, ../sass/Style.scss */
form button {
  margin: 45px auto;
}
/* line 54, ../sass/Style.scss */
form textarea {
  resize: vertical;
  width: 100%;
  max-width: 500px;
  font-family: "Open Sans";
  color: #cc9900;
}
/* line 59, ../sass/Style.scss */
form hr {
  width: 100%;
  max-width: 150px;
  padding: 0;
  margin: 14px auto;
  right: 30%;
  position: relative;
}
/* line 70, ../sass/Style.scss */
form h1 {
  font-family: "Open Sans";
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background: rgba(146, 249, 134, 0.7);
  border-radius: 10px 10px 0px 0px;
}
/* line 86, ../sass/Style.scss */
form h3 {
  font-family: "Open Sans";
  color: white;
  font-size: 26px;
  background: rgba(146, 249, 134, 0.3);
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 25px;
  border-bottom: 2px solid #86F986;
}
/* line 100, ../sass/Style.scss */
form .other-section {
  margin-top: 45px;
}
/* line 107, ../sass/Style.scss */
form .form-content {
  background: rgba(7, 121, 15, 0.85);
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
/* line 108, ../sass/Style.scss */
form .form-content img {
  position: absolute;
  top: 39%;
  right: 25%;
}
/* line 114, ../sass/Style.scss */
form .form-content label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  color: white;
  margin-bottom: 6px;
}
form .form-content ::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: gray;
}
form .form-content .form-group {
  color: #cc9900;
  font-family: "Open Sans";
}
/* line 123, ../sass/Style.scss */
form .form-content input[type="text"], form .form-content input[type="email"] {
  border-radius: 100px;
  max-width: 200px;
  width: 100%;
  height: 40px;
  font-family: "Open Sans";
}
/* line 129, ../sass/Style.scss */
form .form-content input[type="email"] {
  max-width: 300px;
}
form .form-content input[type="submit"] {
  font-family: "Open Sans";
}
/* line 134, ../sass/Style.scss */
form .form-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 100px;
  max-width: 200px;
  width: 100%;
  height: 40px;
  background: white;
  box-shadow: none;
}
