body {
  background-color: #FAEDE7;
  color: #8E4029;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  width: 100%;
  height: 0px;
  clear: both;
}

.box_1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.curtain {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.box_1_iner {
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5%;
  color: #fff;
}

.box_1_iner .logo {
  width: 520px;
}

.box_1_iner p {
  font-size: 20px;
  font-weight: 200;
}

.arrow {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.arrow img {
  width: 50px;
}

@media screen and (max-width: 780px) {
  .curtain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
  }
  .box_1_iner {
    padding-top: 20px;
  }
  .box_1_iner p {
    font-size: 16px;
  }
  .box_1_iner .clear_1 {
    height: 20px !important;
  }
  .box_1_iner .clear_2 {
    height: 0px !important;
  }
}

.form_box {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  text-align: center;
}

.form_box h3 {
  font-weight: 300;
  font-size: 22px;
}

.form-control {
  border-radius: 0px;
  border-color: #8E4029;
  background-color: #FAEDE7;
}

.form-control:focus {
  border-color: #8E4029;
  box-shadow: inset 0 1px 1px rgba(142, 64, 41, 0.075), 0 0 8px rgba(142, 64, 41, 0.6);
}

input::-webkit-input-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #8E4029 !important;
  font-weight: 300;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E4029 !important;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

textarea::-webkit-input-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

textarea:-moz-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

textarea::-moz-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

textarea:-ms-input-placeholder {
  color: #8E4029 !important;
  font-weight: 300;
}

.btn-empty {
  background: transparent;
  border: none;
  width: 200px;
  max-width: 100%;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline-color: transparent;
  outline-style: none;
}

.footer_container {
  padding-top: 40px;
}

.footer_container h3 {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
}

.footer_col p {
  font-size: 12px;
  color: #000;
}

.footer_col a {
  color: #000;
  text-decoration: none;
}

.footer_col_1 {
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

.footer_col_1_inner {
  width: 200px;
  float: right;
  text-align: center;
}

.footer_col_1_inner img {
  width: 200px;
}

.footer_col_2 {
  padding-left: 20px;
}

.footer_col_2_inner_1 {
  width: 100px;
  padding: 0px;
}

.footer_col_2_inner_2 {
  padding: 0px;
  padding-left: 10px;
  padding-top: 75px;
}

.credentials {
  text-align: center;
}

.credentials p {
  font-size: 12px;
}

.credentials a {
  text-decoration: underline;
  color: #8E4029;
}

@media screen and (max-width: 780px) {
  .footer_col_1 {
    text-align: center;
    padding-right: 20px;
    padding-top: 10px;
  }
  .footer_col_1_inner {
    width: 200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer_col_1_inner img {
    width: 200px;
  }
  .footer_col_2 {
    padding-left: 20px;
  }
  .footer_col_2_inner_1 {
    width: 50%;
    padding: 0px;
    text-align: right;
  }
  .footer_col_2_inner_1 img {
    width: 100px;
  }
  .footer_col_2_inner_2 {
    padding: 0px;
    padding-left: 10px;
    padding-top: 75px;
  }
  .credentials {
    text-align: center;
  }
  .credentials p {
    font-size: 12px;
  }
  .credentials a {
    text-decoration: underline;
    color: #8E4029;
  }
}
/*# sourceMappingURL=style.css.map */