.c-layout-form, .c-layout-form--with-clouds {
  position: relative; }
  .c-layout-form--with-clouds:before {
    content: '';
    position: absolute;
    top: -160px;
    right: 0;
    width: 506px;
    height: 401px;
    background-image: url("../images/cloud-top.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1199px) {
      .c-layout-form--with-clouds:before {
        top: -115px;
        width: 324px;
        height: 256px; } }
    @media (max-width: 991px) {
      .c-layout-form--with-clouds:before {
        display: none; } }
  .c-layout-form--with-clouds:after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 490px;
    height: 401px;
    background-image: url("../images/cloud-bottom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
    @media (max-width: 1199px) {
      .c-layout-form--with-clouds:after {
        bottom: -83px;
        width: 313px;
        height: 256px; } }
    @media (max-width: 991px) {
      .c-layout-form--with-clouds:after {
        display: none; } }

/*# sourceMappingURL=layout_form.css.map */
