.boxContainer {
  padding: 25px;
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 16px 33px rgba(0, 0, 0, 0.05);
}

#customPageTitle{
  display: none;
}
.formContainer {
  width: 100%;
  position: relative;
}

#customPageTitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #06225d;
  font-size: 21px;
  border-bottom: none;
}
.customPageSubtitle {
  font-size: 17px;
  margin-bottom: 20px;
  color: #12225a;
}
.customPageCaption {
  font-size: 14px;
  color: #12225a;
}
.formInput {
  background-color: #f8f8f8;
  border-radius: 0px;
  border: none;
  color: #767676;
  font-size: 14px;
  width: 40%;
  margin-top: 29px;
  margin-left: 30px;
  margin-right: 37px;
  margin-bottom: 0px;
  height: 42px;
  border-radius: 5px;
  position: relative;
  padding-left: 20px;
  line-height: 35px;
}

.contactMessage {
  position: absolute;
  top: 0px;
  width: 43%;
  height: 186px;
  right: 0px;
}
.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  opacity: 0.9;
}
.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.9;
}
.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.9;
}
.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.9;
}
.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.9;
}

.file-input-wrapper {
  border: 1px solid #06225d;
  color: #06225d;
}
.customPageText {
  font-size: 13px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.contactLabel {
  position: relative;
  float: left;
  font-size: 15px;
  color: black;
  margin-left: 23px;
  display: inline-block;
  margin-top: 3px;
}
.customPageCenteredContent {
  width: 800px !important;
}
.sendContactImg {
  position: absolute;
  left: 63px;
  top: 4px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .customPageSubtitle {
    font-size: 15px;
    line-height: 19px;
  }

  .customPageCenteredContent {
    width: 95% !important;
  }
  .boxContainer {
    width: 80%;
    margin: auto;
    padding: 20px 10px 1px 10px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .formContainer {
    width: 90%;
    margin: auto;
  }
  .formInput {
    width: calc(100% - 20px);
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
  }
  .contactMessage {
    position: relative;
    width: calc(100% - 20px);
  }
  .sendContact {
    width: 100%;
  }
  .sendContactImg {
    left: 35px;
    top: 7px;
    width: 32px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .sendContact {
    width: 60%;
  }
}
