.modal-newsletter {
  color: #999;
  width: 625px;
  font-size: 15px;
}
.modal-newsletter .modal-content {
  border-radius: 0;
  border: none;
}
.modal-newsletter .icon-box {
  color: #7265ea;
  display: inline-block;
  z-index: 9;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.modal-newsletter .icon-box i {
  font-size: 110px;
}
.modal-newsletter .form-control, .modal-newsletter .btn {
  min-height: 46px;
  border-radius: 0;
}
.modal-newsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
}
.modal-newsletter .form-control:focus {
  border-color: #f95858;
  box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
}
  .modal-newsletter .btn {
  color: #fff;
  background: #F05F40;
  text-decoration: none;
  transition: all 0.4s;
      line-height: normal;
  padding: 6px 20px;
  min-width: 150px;
  margin-left: 6px !important;
      border: none;
  }
.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
  box-shadow: 0 0 8px rgba(249, 88, 88, 0.4);
  background: #f72222;
  outline: none;
}
.modal-newsletter .input-group {
  margin-top: 30px;
}