.full-width-image-form {
    position: relative;
}

.full-width-image-form__bg {
    width: 100%;
    height: 132px;
}

.full-width-image-form__wrap {
    padding: 40px 0;
    background: #F1FAFC;
}

.form-top-content {
    padding-bottom: 35px;
    color: #001830;
}

.form-top-content h3 {
    padding-bottom: 8px;
}

.form-details [type="text"],
.form-details [type="date"],
.form-details [type="datetime"],
.form-details [type="datetime-local"],
.form-details [type="email"],
.form-details [type="month"],
.form-details [type="number"],
.form-details [type="password"],
.form-details [type="search"],
.form-details [type="tel"],
.form-details [type="url"],
.form-details [type="week"],
.form-details [type="date"] {
    background-color: #FFFFFF;
    color: #001830;
}

.form-details .btn {
    display: block;
    width: 100%;
    background: #2DB4CB;
    margin-top: 12px;
    cursor: pointer;
}

.form-top-content p {
    font-size: 14px;
    line-height: 1.8em;
}

.form-details .form-col {
    margin-bottom: 20px;
}

.full-width-image-form__bg img {
    object-position: left;
}

@media (min-width: 768px) {
    .full-width-image-form__bg {
        height: 560px;
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .full-width-image-form__bg img {
        object-position: -467px;
        width: 1920px;
        height: 880px;
    }
    
    .full-width-image-form__wrap {
        padding: 0 0 140px;
        background: transparent;
        position: relative;
        z-index: 1;
    }

    .form-column {
        background: rgba(241, 250, 252, 0.88);
        padding: 40px 38px 55px;
        max-width: 490px;
        float: right;
    }

    .full-width-image-form {
        position: relative;
    }

    .form-details .row {
        --bs-gutter-x: 10px;
    }
}

@media (min-width: 1200px) {
    .full-width-image-form__bg {
        height: 680px;
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .full-width-image-form__bg img {
        object-position: top;
        width: 100%;
        height: 100%;
    }
    
    .full-width-image-form__wrap {
        padding: 0 0 65px;
    }

    .form-column {
        padding: 46px 40px 28px;
        max-width: 548px;
    }

    .form-details {
        padding: 0 6px;
    }

    .form-details .btn:hover {
        background: #003467;
    }

}

























