*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.header {
  z-index: 1;
  width: 100%;
  height: 240px;
  padding-top: 165px;
  background-color: #242632;
  text-align: center;
  color: white;
}

.header > h1 {
  font-weight: 100;
}

.contactform {
  height: auto;
  background-image: url("../Images/tele_space.jpg");
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactform > .contact-inner {
  width: 979px;
  display: block;
  height: 90%;
  background-color: rgba(36, 38, 50, 0.7);
}

.contactform > .contact-inner > h2 {
  color: #ffae21;
  font-weight: bolder;
  font-size: 37px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 15px;
}

.contactform > .contact-inner > div {
  width: 90%;
  margin: 0 auto;
}

.contactform > .contact-inner > div > input {
  margin-bottom: 15px;
  height: 70px;
  background-color: rgba(36, 38, 50, 0.2) !important;
  border: none;
  border-left: 4px solid #ffae21;
  color: darkgray;
  font-size: 22px;
  padding-left: 15px;
  width: 47%;
}

.contactform > .contact-inner > div > input:first-of-type {
  margin-right: 5%;
}

.contactform > .contact-inner > div > input:focus {
  outline: none;
}

.contactform > .contact-inner > select {
  height: 70px;
  background-color: rgba(36, 38, 50, 0.2) !important;
  border: none;
  border-left: 4px solid #ffae21;
  color: darkgray;
  font-size: 22px;
  padding-left: 15px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 15px;
}

.contactform > .contact-inner > select:focus {
  outline: none;
}

.contactform > .contact-inner > textarea {
  height: 250px;
  background-color: rgba(36, 38, 50, 0.2) !important;
  border: none;
  border-left: 4px solid #ffae21;
  color: darkgray;
  font-size: 22px;
  padding-left: 15px;
  width: 90%;
  margin-left: 5%;
  padding-top: 10px;
  resize: none;
}

.contactform > .contact-inner > textarea:focus {
  outline: none;
}

.contactform > .contact-inner > #attachmentFile {
  margin-top: 15px;
  display: none;
  margin-left: 5%;
}

.contactform > .contact-inner > a {
  display: none;
  color: #ffae21;
  margin-left: 5%;
  margin-bottom: 15px;
}

.contactform > .information {
  height: 772px;
  width: 331px;
  background-color: #ffae21;
  padding: 120px 0;
  padding-left: 25px;
}

.contactform > .information > h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contactform > .information > p {
  line-height: 2.4em;
}

.contactform > .information > p > a {
  color: black !important;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cb_wrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}

.checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 0 !important;
  background-color: #eee;
}

.cb_wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}

.cb_wrapper input:checked ~ .checkmark {
  background-color: #ffae21 !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb_wrapper input:checked ~ .checkmark:after {
  display: block;
}

.cb_wrapper .checkmark:after {
  left: 10px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb_wrapper > p {
  font-weight: 100;
  margin-left: 30px;
  font-size: 14px;
  text-align: left;
  color: white;
}

.button {
  background-color: #ffae21;
  border-radius: 28px;
  display: inline-block;
  cursor: pointer;
  color: black;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  font-weight: bolder;
  float: right;
  width: 350px;
  border: none;
  margin: 15px 15px 15px 0;
}

.button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button:active {
  position: relative;
  top: 1px;
  outline: none !important;
}

@media only screen and (max-width: 1200px) {
  .contactform {
    padding: 15px;
  }
}

@media only screen and (max-width: 1080px) {
  .information {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 988px) {
  .contactform {
    display: block;
  }
  .contact-inner {
    width: 100% !important;
    padding-bottom: 80px;
  }
  .information {
    width: 100% !important;
    height: auto !important;
    padding: 5px !important;
  }
}

@media only screen and (max-width: 650px) {
  .contact-inner > div > input {
    width: 100% !important;
  }
}

@media only screen and (max-width: 404px) {
  .button {
    width: 93% !important;
  }
}
/*# sourceMappingURL=contact.css.map */