@font-face {
  font-family: "Sansation-Light";
  src: url("/fonts/Sansation/Sansation_Light.woff") format("woff");
}
@font-face {
  font-family: "Sansation-Bold";
  src: url("/fonts/Sansation/Sansation_Bold.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato/Lato-Regular.eot");
  src: url("/fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato/Lato-Regular.woff2") format("woff2"), url("/fonts/Lato/Lato-Regular.woff") format("woff"), url("/fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sansation";
  src: url("/fonts/Sansation/Sansation.ttf.eot");
  src: url("/fonts/Sansation/Sansation.ttf.eot?#iefix") format("embedded-opentype"), url("/fonts/Sansation/Sansation.ttf.woff") format("woff"), url("/fonts/Sansation/Sansation.ttf.svg") format("svg");
}
body, html {
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "Lato", sans-serif;
}

body {
  margin: 0 !important;
}
@media only screen and (max-width : 600px) {
  body {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-bg.svg);
    background-position-x: center;
    background-position-y: -90px;
    background-size: cover;
  }
}
@media only screen and (max-width : 600px) and (max-width: 400px) {
  body {
    background-position-y: -30px;
  }
}

nav .nav-wrapper {
  padding: 20px 54px;
}
@media only screen and (max-width: 400px) {
  nav .nav-wrapper {
    padding: 20px;
  }
}
nav.transparent {
  height: 100px;
  box-shadow: none;
  background-color: transparent;
}

.logo-container {
  height: 100%;
}

.form-section {
  color: #FFFFFF;
}

.sub-heading {
  font-family: Lato;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.header-caption {
  font-family: "Sansation-Bold";
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.email-input {
  border: 1px solid #FFFFFF;
  outline: none;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  background: transparent;
  height: 45px;
  line-height: 45px;
  color: #FFFFFF;
  width: 100%;
}

.section {
  position: relative;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.btn-signup {
  background-color: #DA4B81;
  border-radius: 3px;
}

.btn-signup:hover, .btn-signup:active {
  background-color: #c44475;
}

.fixed-height-container {
  height: 400px;
}
@media only screen and (max-width : 600px) {
  .fixed-height-container {
    height: auto;
  }
}

@media only screen and (max-width : 600px) {
  .car-people-container {
    width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width : 601px) {
  .car-people-container {
    position: absolute;
    bottom: 15px;
    width: 500px;
  }
}

.car-people-container .car-container {
  width: 100%;
}

.blue-half {
  height: 100%;
  left: 0 !important;
  background: #57CBC8;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  .blue-half {
    width: 40% !important;
  }
}
.blue-half .left-bubbles {
  max-height: 500px;
  z-index: 1;
  bottom: -200px;
  left: -320px;
  position: absolute;
  transform: rotate(-47deg);
}

.white-half {
  height: 100%;
  right: 0 !important;
  background: #FFFFFF;
  overflow: hidden;
}
.white-half .right-bubbles {
  transform: rotate(-42deg);
  max-height: 420px;
  z-index: 1;
  top: -160px;
  right: -200px;
  position: absolute;
}

.center-half {
  background-repeat: no-repeat;
  background-image: url(../images/blobs-1.svg);
  background-position: right;
  background-size: cover;
}
@media only screen and (max-width : 767px) {
  .center-half {
    width: 85% !important;
  }
}

.blue-half, .white-half, .center-half {
  position: absolute;
  height: 100%;
}

.container {
  max-width: none;
  width: 100%;
}
.container .section {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.show-on-medium-and-up {
  display: none;
}
@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block;
  }
}

.trim-overflow {
  overflow: hidden;
}

@media only screen and (max-width : 767px) {
  .input-field .btn, .input-field .email-input {
    width: 85% !important;
  }
}
@media only screen and (max-width : 600px) {
  .input-field .btn, .input-field .email-input {
    width: 100% !important;
  }
}

.form-section {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
