/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2024 | 11:30:12 */
.awsm-job-form-plugin-style .awsm-application-submit-btn,
.awsm-job-form-plugin-style .awsm-jobs-primary-button {
    background: #060606;
    border-radius: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 32px;
    color: #ffffff;
    display: block; /* Ensure the button is treated as a block-level element */
    margin: 0 auto; /* Center the block-level element */
    text-align: center; /* Ensure text is centered inside the button */
}


