form * {
  box-sizing: border-box;
}

.active-form {
  padding: 0px;
  position: relative;
  width: 100%;
}

.active-form input[type='text'],
.active-form input[type='email'] {
  margin:-5px 0px;
  background: #F1F1F1;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  width: 100%;
  border: 2px solid #F1F1F1;
  font-family: Arial, Sans-serif;
  padding: 15px 18px;
  vertical-align: middle;
  line-height: 1.4;
  min-height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgb(0 0 0 / 5%);
}

.active-form input::placeholder {
  color: #757575;
  background-color:#F1F1F1;
  font-family: Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-block button {
  background: #FF7301 !important;
  border: none;
  border-radius: 45px;
  color: white ;
  margin: 15px auto;
  display: block;
  padding: 15px 10px;
  width: 100%;
  font-family: Open Sans , Sans-serif;
  font-weight: bold;
  font-size: 21px;
}

._form-label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
