﻿.full-image-form {
    position: relative;
    padding-bottom: 64px;
    z-index: 1;
}

.full-image-form .pattern {
    position: absolute;
    top: 0;
    opacity: 0.09;
    transform: rotate(180deg);
    width: 100%;
    z-index: -1;
}

.full-image-form__image {
    position: absolute;
    width: 100%;
    height: calc(100% - 73px);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.full-image-form__image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(to bottom,  rgba(76,0,95,1) 0%,rgba(37,84,162,1) 100%);
}

.full-image-form__form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(62,38,57,0.26);
    padding: 36px 10px;
}

.full-image-form__form h3 {
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .full-image-form {
        padding-bottom: 58px;
    }
    
    .full-image-form__image {
        height: calc(100% - 164px);
    }

    .full-image-form__form {
        width: 100%;
        padding: 50px 40px;
    }

    .full-image-form__form h3 {
        padding-bottom: 37px;
    }
    
}

@media (min-width: 1025px) {
    .form-col.copyright-text.text-center {
        max-width: 560px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .full-image-form {
        padding-bottom: 75px;
    }
    
    .full-image-form__image {
        height: calc(100% - 179px);
    }

    .full-image-form__form {
        max-width: 725px;
    }
    
}