/* Create Custom "Colour Matrix" to use within the bootstrap utility classes
----------------------------------------------------------------------------- */
/* 
    Expanded spacing options 
    For example the margin and padding classes now have extended capability (.mb-8 now outputs margin-bottom: 3rem)
*/
/*
    This variable affects the `.h-*` and `.w-*` classes.
    You can now do w-25 or h-80 and have it output width: 25% or height: 80%
*/
/*
    Components variables
    When you create the component you should create the variables with colors for this compontnt
*/
/*
  Custom Components Variables
*/
h1, h2, h3, h4 {
  color: #2C2C8E;
}

p {
  color: #595959;
}

.form-image-content-form {
  background-color: #EAEAF4;
  box-shadow: 0px 16px 24px rgba(92, 92, 168, 0.16);
  border-radius: 16px;
}
.form-image-content-video, .form-image-content-img, .form-image-content-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.form-image-content-content {
  flex-direction: column;
  justify-content: center;
}
.form-image-content .gform_required_legend {
  display: none;
}
.form-image-content .gfield_label {
  color: #5C5CA8;
  font-weight: 700;
}
.form-image-content .gform_button {
  width: 100%;
}
.form-image-content .gfield input.large {
  border-radius: 1rem;
  border: 1px solid #AA9CBA;
  color: #AA9CBA;
}
.form-image-content .gfield select.large {
  border-radius: 1rem;
  border: 1px solid #AA9CBA;
  color: #AA9CBA;
  padding: 0.75rem 1rem;
}
.form-image-content .gfield textarea.large {
  border-radius: 8px;
  border: 1px solid #AA9CBA;
  color: #AA9CBA;
  padding: 0.75rem 1rem;
}
.form-image-content .gform_wrapper.gravity-theme input[type=email],
.form-image-content .gform_wrapper.gravity-theme input[type=text],
.form-image-content .gform_wrapper.gravity-theme input[type=tel] {
  padding: 0.75rem 1rem;
}

/*# sourceMappingURL=form-image-content.css.map */