* {
  padding: 0px;
  margin: 0px;
  outline: none;
  background: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  background-image: linear-gradient(to bottom right, #333, #000);
}

p,
h1,
h2,
h3 {
  margin: 0px 0px 25px 0px;
}
a {
  color: #008dae;
}
a img {
  border: none;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}

.center-text {
  text-align: center;
}

.v-margin {
  height: 25px;
}

.wrapper {
  width: 960px;
  margin: auto;
}

.header {
  padding: 50px 0px 250px 0px;
  background: url("../images/hero.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}

.logo {
  margin-bottom: 35px;
}

.logo img {
  display: inline-block;
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content {
  color: #fff;
  padding: 35px;
  border-radius: 4px;
  margin-bottom: 35px;
  position: relative;
  display: flex;
}

.welcome {
  width: 55%;
  order: 2;
  padding: 35px;
}

.form {
  order: 1;
  width: 45%;
  background: #fff;
  margin-top: -180px;
  padding: 65px 35px;
  border-radius: 18px;
  color: #333;
}

.title {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.intro {
  margin-bottom: 25px;
  text-align: center;
}

.message {
  background: url("../images/tick.png") no-repeat center 25px;
  background-color: #edfbe8;
  padding: 100px 15px 15px 15px;
  border-radius: 2px;
  border: solid 1px #e3f9db;
  font-size: 12px;
  border: solid 1px #caf9b9;
  color: #333;
  text-align: center;
}

.instructions {
  font-size: 13px;
  margin-bottom: 35px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  display: block;
  border: none;
  padding: 10px 18px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 13px;
  font-family: sans-serif;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #ccc;
}

input[type="checkbox"] {
  border: solid 1px #e6e3e3;
  float: left;
  width: 15px;
  display: block;
}

.legal {
  float: left;
  margin: -20px 0px 0px 30px;
  font-size: 12px;
}

.legal a {
  color: #fff;
}

input[type="submit"] {
  background: #008dae;
  display: block;
  margin-top: 25px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
  font-size: 12px;
}

input[type="submit"]:hover {
  transition-duration: 0.5s;
  background: #11add2;
}

.half {
  width: 49% !important;
}

.privacy {
  max-width: 960px;
  margin: auto;
  padding: 35px;
  background: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
}

.privacy img {
  max-width: 100%;
  display: block;
  background: #666;
  padding: 15px 25px;
  border-radius: 4px;
}

.footer {
  font-size: 12px;
  margin: 25px 0px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  body {
    background-position: center -50px;
    font-size: 14px;
  }

  .wrapper {
    width: 100%;
    padding: 0px;
  }

  .content,
  .footer {
    padding: 25px;
    border-radius: 0px;
  }

  .header {
    padding: 25px 25px 125px 25px;
  }

  .content {
    margin-bottom: 0px;
    display: block;
  }

  .form,
  .welcome {
    width: 100%;
    margin-top: 0px;
  }

  .privacy {
    margin: 25px;
    padding: 25px;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  height: 0px;
  background-color: transparent;
}
::-webkit-scrollbar-track-piece {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:vertical {
  height: 0px;
  background-color: #999;
}
