#newsletter .form-label {
  color: #fff;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 56px;
}

#newsletter .form-control {
  border: none;
  background: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
  color: #fff;
}

#newsletter .form-control::placeholder {
  opacity: 1;
  color: #fff !important;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#newsletter .form-control:focus {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

#newsletter .submit-button {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  background: none;
  border: none;
}

#newsletter .form-group {
  padding-top: 0;
  padding-bottom: 0;
}

