.modal-form-ttl {
  padding: 0 30px 0 0;
}
.modal-form-btn input[type=button] {
  display: block;
  width: 149px;
  height: 46px;
  font: 700 14px/44px Manrope;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #F20D8B;
  border: none;
  cursor: pointer;
}
.modal-form-btn input[type=button]:hover {
  color: #F20D8B;
  background: #19191A;
}
.modal-form input[type=email] {
  width: 100%;
  height: 56px;
  padding: 0 60px 0 13px;
  box-sizing: border-box;
  font: 500 14px / 23px Manrope;
  background: #F4F4F5;
  border: none;
}
.modal-form .novalid input[type=email] {
  border: solid 1px #FF161A;
}
