.sd-vue-component-sdcx-vacancies-apply-whatsapp .spinner {
    font-size: 20px;
    color: #262e31;
}

.apply-whatsapp-form button[type=submit] {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    background-color: #1b1b1b;
    color: #fff;
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin-top: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    min-width: 300px;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
}

#apply-row #apply-whatsapp-form .SD-type-checkbox label,
#apply-row #apply-whatsapp-form .SD-type-checkbox a {
    font-size: 20px;
    color: #1b1b1b;
}

#apply-row #apply-whatsapp-form .SD-type-checkbox a {
    text-decoration: underline;
}

#apply-row #apply-whatsapp-form .SD-type-checkbox label {
    margin-left: 28px
}

.sd-vue-component-sdcx-vacancies-apply-whatsapp .sd-success-message a {
    font-weight: bold;
    color: #ee7319;
}

.sd-vue-component-sdcx-vacancies-apply-whatsapp .sd-success-message a:hover {
    color: #ee7319;
}

@media screen and (max-width: 1600px) {
    #apply-row #apply-whatsapp-form .SD-type-checkbox label,
    #apply-row #apply-whatsapp-form .SD-type-checkbox a {
        font-size: 17px;
    }

    .apply-whatsapp-form button[type="submit"] {
        line-height: 50px;
        min-width: 250px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1400px) {
    #apply-row #apply-whatsapp-form .SD-type-checkbox label,
    #apply-row #apply-whatsapp-form .SD-type-checkbox a {
        font-size: 16px;
    }

    .apply-whatsapp-form button[type="submit"] {
        line-height: 44px;
        min-width: 219px;
        font-size: 16px;
    }
}