/*
Theme Name: Twenty Nineteen Child
Description: Twenty Nineteen Child
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/ 


/* FCA FORM */

html {
  height: 100%;
}

body.page-template-page-camp-form {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .5px;
  color: #fff;
  background: #014455 url(images/forest-low.jpg);
  background-size: cover;
}

body.page-template-page-camp-form #content,
body.page-template-page-camp-form #page {
  height: 100%;
  overflow: visible; 
} 

.page-template-page-camp-form footer {
  display: none;
}

.tb {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(images/forest.jpg);
  background-size: cover;
}

.td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.wrap {
  max-width: 690px;
  margin: auto;
  padding: 50px 0;
}

.form-top {
  margin-bottom: 70px;
}
.form-top::after {
  display: block;
  content: "";
  clear: both;
}

.form-logo {
  float: left;
  width: 30%;
}

.form-logo img {
  display: block;
  max-width: 100%;
}

.form-title {
  padding-top: 70px;
  margin-left: 41%;
  font-size: 41px;
  font-weight: 300;
}

.form-title strong {
  font-weight: 700;
}

.form-body {
  width: 100%;
  max-width: 560px;
  padding: 0 25px;
  margin: 0 auto;
}

.nf-field {
  margin: 22px 0 0;
}

.nf-field input {
  display: block;
  width: 100%;
  height: 64px !important;
  padding: 0 25px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #0b5e72;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.nf-field input[type=button]{
  width: 100% !important;
  color: #fff;
  letter-spacing: 8px;
  background: rgba(73,239,136,.5);
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
}
.nf-field input[type=button]:hover {
  background: rgba(73,239,136,.75);
}

.nf-form-fields-required {
  display: none;
}

.nf-after-field .nf-error-msg,
.nf-after-form-content .nf-error-msg {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}


@media screen and (max-width: 800px){

  .wrap {
    max-width: 610px;
  }

  .form-top {
    margin-bottom: 120px;
  }

  .form-title {
    padding-top: 60px;
    margin-left: 38%;
    font-size: 38px;
  }

}


@media screen and (max-width: 480px){

  .wrap {
    max-width: 610px;
  }

  .form-logo {
    float: none;
    width: 100%;
  }
  .form-logo img {
    width: 40%;
    max-width: 160px;
    margin: auto;
  }

  .form-top {
    margin-bottom: 30px;
  }

  .form-title {
    padding: 30px;
    margin: 0;
    text-align: center;
    font-size: 32px;
  }

  .nf-field {
    margin: 15px 0 0;
  }

  .nf-field input {
    height: 46px !important;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 7px;
  }

}

