/* 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
*/
/*
    We have no variables for alt buttons
    Because the styles depends on the design and can be unique for each project
*/
.form-image-content-form {
  background-color: #F9F9F9;
  box-shadow: 0 16px 40px rgba(14, 43, 92, 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;
}

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