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: transparent;
  font-size: 16px;
  color: white;
  font-weight: 400;
  width: 100%;
  border: 1px 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: white;
  font-family: Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-block button {
  background: #a7ff2a;
  border-radius: 3px;
  font-weight: bolder;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  padding: 10px 60px;
  justify-content: center;
  width: 100%;
}

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