.hbspt-form .hs-form-field label:not(.hs-error-msg){
    color: #fff;
}
.hbspt-form .submitted-message{
    color: #fff;
}
.hbspt-form .hs-button{
}

.hbspt-form .btn{
    padding: 10px 25px;
    font-size: 16px;
    background: transparent;
    font-weight: bold;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 30px;
}

.cta-form .hs_email {
    display: flex;
    align-items: center;
}
.cta-form .hs_email label{
    margin-right: 15px;
}
.cta-form .hs_email .input{
    flex: 1;
}

.cta-form .hs_email .input input{
    width: 100%;
    max-width: 100%;
}
.cta-form .actions{
    text-align: right;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.cta-form .hs_email .hs-error-msgs{
    display: none !important;
}

.stm-form .hs-input{
    width: 100%;
}
.stm-form fieldset.form-columns-1 .hs-form-field .input,
.stm-form fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right: 0;
}

.stm-form fieldset.form-columns-1 .input .hs-input{
    width: 100%;
}


@media (max-width: 414px) {
    .cta-form .actions{
        text-align: center;
    }
}

