.rcUKMarketoFormWrapper{
    position: relative;
}
.rcUKMarketoFormLoader{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -5;
    opacity: 0;
    background-color: #000000a6;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.rcUKMarketoFormLoader.showLoaderForm{
    opacity: 1;
    z-index: 99;
}
.rcUKMarketoSuccessText h4{
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
}
.rcUKMarketoSuccessText p{
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}