body {
    /*background-color: skyblue;*/
}

@media screen and (max-width: 768px) {
  .no-background-sm {
    background-image:none;
  }
}

.sign_up_btn.hover-white {
  color: white;
}

.navbar-light-sticky .sign_up_btn.hover-white {
  color:#333;
}

.banner {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f3f3f3;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.banner:hover {
  border-color: #d9d9d9;
}
.banner .title,
.banner .submit {
  display: table-cell;
  vertical-align: middle;
}
.banner .title {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: lighter;
  width: 70%;
}
.banner .submit {
  color: #1396e2;
  font-size: 18px;
  text-align: right;
  width: 30%;
}
.banner .submit i {
  color: #073855;
  margin-left: 10px;
}