body{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
}
.section{
  background: url(section_back.jpeg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #102d4d;
}
.tint{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.8) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.logo{
  padding: 20px;
}
.center{
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.center h1{
  color: white;
  font-size: 48px;
}

.center h2{
  color: white;
  font-size: 22px;
}

input[type="email"] {
  height: 25px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border: 0px;
    width: 50%;
    margin-top: 30px;
    margin-right: 20px;
    font-family: 'Raleway', sans-serif;
    outline: none;
    placeholder:"Email";
}

.submit{
  background: #040e1b;
    color: white;
    border: 0px;
    height: 25px;
    font-size: 18px;
    /* padding: 16px; */
    height: 48px;
    width: 170px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    font-family: 'Raleway', sans-serif;
}


.submit:hover{
  background: #e2e2e2;
    color: #040e1b;
}

.footer{
    position: absolute;
    bottom: 0;
    right: 20px;
    color: white;
    font-size: 14px;

    width: 100%;
    text-align: right;
}

.footer a{
  color: white;
  text-decoration: none;
}



@media only screen  and (max-width:1170px)
{
  .logo img{
    width: 300px;
  }

  .input-email {
  }

  .submit{

  }
}

@media only screen  and (max-width:1024px)
{
  .logo img{
    width: 250px;
  }

  .center h1{
    font-size: 35px;
  }

  .center h2{
    color: white;
    font-size: 20px;
  }

  input-email {
    width: 80%;
    font-size: 15px;
  }

  .submit{
      margin-top: 20px;
  }

}

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

  .logo{
    text-align: center;
    padding-top: 30px;
  }

  .logo img{
    /*width: 150px;*/
  }

  .center h1{
    font-size: 30px;
  }

  .center h2{
    color: white;
    font-size: 18px;
  }

  .input-email {
    width: 80%;
    font-size: 15px;
  }

  .submit{
      margin-top: 20px;
      font-size: 15px;
      height: 40px;
      width: 150px;
  }

  .footer{
    text-align: center;
    font-size: 13px;
  }
}
