
/* Join Squad Form 

.join-squad-form {
  text-align: center;
  background-color: #C9CBD7;
  display:flex;
  flex-direction: column;
}

.join-squad-email {
    max-width: 60%;
    height: 66.13px;
    background-color: transparent;
    border: 1px solid white;
}

.join-squad-form input::placeholder {
  font-weight: normal;
  font-size: 18px;
  opacity: 0.25;
  color: rgb(0, 0, 0);
}

.join-squad-submit {
  background-color: black;
  color: white;
  border-radius: 9px;
  font-size: 16px;
}

*/
    
.webform-type-fieldset {
    padding: 1.1em;
}

.webform-confirmation {
    font-size: 30px;
    padding-top: 1em;
    text-align: center;
    background-color: #C9CBD7;
}

.webform-confirmation__message {
    margin: 0;
}

.webform-confirmation__back {
    margin: 0;
}

.fieldset-legend  {
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
}

.styled-form__label {
  display: block;
  margin-bottom: .25em;
  font-weight: 600;
}

.form-textarea-wrapper textarea { width: auto; }

.styled-form__input--textarea {
/* height: 180px; */
resize: vertical;
padding-top: 16px;
line-height: 1.4;
padding-bottom: 15px;
}

.webform-element-description {
  font-size: 16px;
  color: #999;
  margin-bottom: 1em;
  padding-left: 2px;
}