body {
    font-family:"acumin-pro";
}
.front-slider {
    height: 100vh;
    padding: 0px;
}
.hero-slider,
.hero-slider div {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.register-form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: absolute;
}
.content-wrap {
    color: #fff;
    text-align: center;
}
.content {
    margin-bottom: 32px;
}
.content-wrap h3 { 
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family:"roc-grotesk-extrawide";
}
.wpcf7-spinner {
    position: absolute;
}
.wpcf7-form label {
    width: 100%;
}
.wpcf7-form-control {
    width: 100%;
    max-width: 500px;
    color: #000;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 15px 10px;
    border: 0px;
}
.wpcf7-submit {
    max-width: 320px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 0px;
    border-radius: 8px;
    letter-spacing: 1px;
    padding: 12px 5px 12px;
    font-family: "roc-grotesk-extrawide";
    text-transform: uppercase;
    background-color: #ff6aa4;
}

@media (max-width: 991px) {
    .content-wrap h3 {
        font-size: 42px;
    }    
}

@media (max-width: 767px) {
    .content-wrap h3 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .wpcf7 {
        padding: 0 20px;
    }
    .content p br {display: none;}
}