/*.signup-page {*/
  /*min-height: 550px;*/
/*}*/

/*.signup-page {*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
/*}*/
/*.signup-container {*/
  /*max-width: 90%;*/
  /*margin: 0 auto;*/
/*}*/

input[type="email"] {
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #ededed;
  color: #545454;
  display: inline-block;
  padding: 6px 12px;
  max-width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

input[type="submit"] {
  display: inline-block;
  float: right;
  height: 50px;
  background: #78CEDC;
  color: white;
  font-size: 12px;
  line-height: 18px;
  padding: 14px 22px;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
}

.modal {
  top: 40%;
}

.modal-content {
  min-width: 550px;
  min-height: 120px;
}

.modal-header {
  border-bottom: none;
}

.fa-times {
  color: black;
}

.modal-header .close {
  margin-top: -22px;
}