@font-face {
  font-family: Playfair;
  src: url("./font/PlayfairDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: PlayfairBold;
  src: url("./font/PlayfairDisplay-Bold.ttf") format("truetype");
}

body {
  font-family: Playfair;
  color: #9E5B30;
  font-size: 16px;
}

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

.form-control::-webkit-input-placeholder {
  color: #9E5B30;
}

.form-control:-moz-placeholder {
  color: #9E5B30;
}

.form-control::-moz-placeholder {
  color: #9E5B30;
}

.form-control:-ms-input-placeholder {
  color: #9E5B30;
}

input.form-control {
  border-radius: 0px;
  border-color: #9E5B30;
}

textarea.form-control {
  border-radius: 0px;
  border-color: #9E5B30;
}

.modal-backdrop {
  background-color: transparent;
  background-image: url("img/strip.png");
  background-repeat: repeat-y;
  background-size: contain;
}

.form_holder {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #9E5B30;
}

.form_holder p {
  padding: 0px;
  margin-left: -10px;
}

.modal-header {
  padding-top: 10px;
  padding-right: 10px;
  border-bottom: 1px solid transparent;
}

.modal-body {
  padding-top: 0px;
}

.btn-primary {
  background-color: #9E5B30;
  color: #fff;
  border-radius: 0px;
  border: none;
}

.btn-primary:hover {
  background-color: #502e18;
}

.logo_holder {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo_holder img {
  height: auto;
  width: 320px;
  max-width: 80%;
}

.main_container {
  height: 800px;
  padding: 0px;
  background-image: url("img/house.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .main_container {
    height: 500px;
    padding: 0px;
    background-image: url("img/house.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.text_holder {
  background-image: url("img/strip.png");
  background-repeat: repeat-y;
  background-size: contain;
  padding-left: 5%;
  padding-bottom: 15px;
  padding-top: 5px;
}

.text_holder h2 {
  color: #fff;
  font-size: 65px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

.text_holder h2 small {
  font-family: PlayfairBold;
  color: #fff;
  font-weight: 800;
  font-size: 47px;
}

@media screen and (max-width: 990px) {
  .text_holder h2 {
    font-size: 47px;
  }
  .text_holder h2 small {
    font-size: 27px;
  }
}

.register_holder {
  padding: 0px;
}

.pw_button {
  border: none;
  border-radius: 0px;
  padding: 0px;
  width: 300px;
  margin-left: 5%;
  margin-top: 20px;
}

.pw_button img {
  width: 100%;
  height: auto;
}

.main_containert_desktop {
  text-align: center;
  padding: 0px;
  padding-top: 20px;
  left: 0px;
  top: 0px;
}

.main_containert_desktop img {
  width: 100%;
  height: auto;
}
