.form-control {
  border: solid 2px #3c3e7a;
  font-size: 1.1rem !important;
  width: 100%;
  border-radius: 10px;
}

.green{
  background-color: #008D36;
}

.btn-pink{
  background-color: #cf1e5a;
}