input[type=number]{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #444;
  padding: 7px;
}

.form-section-number{
  margin-top: 10px;
  height: 50px;
  float: left;
  width: 100%;
}

section{
  color: #ffba26;
  text-transform: uppercase;
  font-size: 150%;
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 100%;
}

textarea{
  float: left;
  width: 100%;
  padding: 7px;
}

.logoslogan{
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0 !important;
}

#bcpmf{
  margin-right: 30px;
  border: #0f50f7 3px solid !important;
}

#bcpmf .button{
  background: #0f50f7 !important;
  color: #fff !important;
}

#bcpmf .header span { color: #0f50f7 !important; }

@media screen and (max-width: 768px) {
  .form-container{
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #bcpmf {
    margin-right:0;
  }
}
