.ebook-form {
  overflow: hidden;
  color: #fff;
  background-color: #3c6787!important;
}
.ebook-form input {
  margin-bottom: 15px;
}
.ebook-form input[name="subscribe"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold!important;
  text-transform: uppercase!important;
  color: #ffffff !important;
text-align: center;
  background-color: #a4bc62!important;
  width: 100%!important;
}
.ebook-form input[type="reset"] {
  display: none;
}
.ebook-form span {
  background-image: url(images/lock.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 17px;
  padding-left: 20px;
  display: block;
  margin-top: -10px;
  margin-left: 1rem;
}
.ebook-form .ebook-form-header {
  background-color: #123251;
}
.ebook-form .ebook-form-header h2 {
  padding: 2rem 0px;
  color: #fff!important;
  text-align: center;
  margin: 0px;
}
.ebook-form .ebook-form-content {
  padding: 2rem 5rem;
  background-image: url(images/modal-ebook-bg.jpg);
  background-size: cover;
}
.ebook-form .ebook-form-content .left {
  padding-top: 1rem;
  float: left;
  width: 52%;
}
.ebook-form .ebook-form-content .right {
  padding-top: 2rem;
  padding-left: 2rem;
  float: right;
  width: 45% ;
  text-align: center;
}
.ebook-form .ebook-form-content .right img {
  margin-left: auto;
  margin-right: auto;
}
.ebook-form .clear-fix {
  clear: both;
}