@media screen and (max-width: 900px) {
  .container {
    width: 400px!important;
  }
  h1 {
    font-size: 30px!important;
  }
  .email .right {
    width: 400px!important;
    float: left!important;
    margin: 20px 0;
  }
  .email .left {
    width: 400px!important;
    float: left!important;
    padding-left: 0;
  }

}
input {
    border-radius: 0;
}
body {
  background: #FAFAFC url("../img/bg.jpg") no-repeat;
  background-size: cover;
  font-family: 'Poppins';
  color: #1C24D5;
  padding-bottom: 40px;
}
h1 {
  font-size: 40px;
  margin: 70px 0 60px 0;
}
h2 {
  font-size: 16px;
}
.container {
  margin: 0 auto;
  width: 800px;
}
.logo {
  text-align: center;
  margin: 0 auto;
}
.logo img {
  width: 180px;
}
.email {
  overflow: hidden;
  margin-bottom: 60px;
}
.email .left {
  font-size: 18px;
  width: 380px;
  float: left;
}
.email .right {
  width: 380px;
  float: right;
  padding-left: 0;
}
.email .right a {
	width: 380px;
	height: 80px;
	text-align: center;
	background: #1C24D5;
	text-decoration: none;
	display: block;
	color: white;
	line-height: 80px;
}
.email .right form {
  width 100%;
}
.email .right input {
  padding: 20px;
  box-sizing: border-box;
  float: left;
  height: 80px;
  background:#ccc;
}
.email .right input[type=submit] {
  border-radius: 0;
  width: 120px;
  cursor: pointer;
  background:#1C24D5;
  font-family: 'Poppins';
  color: white;
  border: 0;
}
.email .right input[type=email] {
  border-radius: 0;
  width: 260px;
  background:transparent;
  border: 1px solid #1C24D5;
  color: #1C24D5;
  font-family: 'Poppins';
}
::-webkit-input-placeholder { color: #1C24D5; }
::-moz-placeholder { color: #1C24D5; }
:-ms-input-placeholder { color: #1C24D5; }

hr {
  clear: both;
  height: 1px;
  background: #1C24D5;
  border: 0;
}
hr#bigmargin {
  margin: 60px 0;
}

p {
  line-height: 24px;
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}
