.section.section__bottom-form{
    /*background-color: #CADFF3;*/
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-top: 100px;
	margin-bottom:2rem;
}

.bottom-form-v2{
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.bottom-form-v2:after{
    content:url('img/bottom-form-bg.png');
    width: 608px;
    height: 474px;
    bottom: -1px;
    right: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}


.bottom-form-v2__title{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.bottom-form-v2__subtitle{
    font-size: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.bottom-form__field.policy-field-wrapper label{
    font-size:12px;
}

.bottom-form-v2 #bottomForm{
    position: relative;
    z-index: 2;
}

#bottomForm .bottom-form__field{
	align-items: center;
}
#bottomForm .bottom-form__field .form-control {
    border-radius: .25rem !important;
    width: 250px;
	flex:none;
	margin-right:1rem;
}

/* xxl (larger desktops, 1400px and up) */
@media (min-width: 1400px)
{

}


/* xl (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px)
{

}


/* lg (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{

}


/* md (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{
    .section.section__bottom-form{
        margin-top:0;
        overflow: hidden;
    }

    .bottom-form-v2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .bottom-form-v2::after{
        opacity: 0.15;
    }


}


/* sm (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{
    .section.section__bottom-form{
        margin-top:0;
        overflow: hidden;
    }

    .bottom-form-v2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .bottom-form-v2::after{
        opacity: 0.15;
    }

    .bottom-form-v2__title{
        font-size: 40px;
        line-height: 40px;
    }

    .bottom-form-v2__subtitle {
        font-size: 18px;
    }
}


/* xs (landscape phones, 576px and up) */
@media (max-width: 575.98px)
{
    .section.section__bottom-form{
        margin-top:0;
        overflow: hidden;
    }

    .bottom-form-v2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .bottom-form-v2::after{
        opacity: 0.15;
    }

    #bottomForm .bottom-form__field{
        display: block;
    }

    #bottomForm .bottom-form__field .form-control {
        border-radius: .25rem !important;
        width: 100%;
		margin-right:0px;
    }

    #bottomForm .input-group-append {
        margin-top:1rem;
    }

    #bottom-form-submit{
        border-radius: .25rem!important;
        width: 100%;
    }

    .bottom-form-v2__title{
        font-size: 40px;
        line-height: 40px;
    }

    .bottom-form-v2__subtitle {
        font-size: 18px;
    }
}