/* old */
#form-privacy label {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: white;
}

/* form privacy label style */
.form-privacy {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: white;
}
.form-privacy a:hover {
  color: #6f6f6f;
}

/* input container */
.form-group {
  margin-bottom: 1.2rem;
}

/* input custom style */
.input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  height: initial;
}
.input-select {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  height: initial;
  width: 100%;
}

/* select chevron styling */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='14' width='12.25' viewBox='0 0 448 512'><path fill='%23ffffff' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3 .1-17z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

/* textarea */
.textarea {
  font-family: "Raleway", sans-serif;
  background-color: #0d0d0d;
  color: white;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

/* input focus style */
.input:focus,
.input-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}
.input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.textarea:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* center recaptcha */
.buttons-block {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.txta {
  width: 100%;
  max-width: 500px;
  /* min-height: 100px; */
  overflow: hidden;
}
