.cc-form-reseller {
    padding: 30px 20px;
    border: 1px solid #ccc;
}
.cc-form-reseller .acf-notice.-dismiss {
    display: none!important;
}

.cc-form-reseller .acf-form-fields {
    display: flex!important;
    flex-direction: column!important;
    /* border: 1px solid #CCCCCC!important; */
}

.cc-form-reseller .af-label {
   margin-bottom: 30px!important;
   padding-bottom: 5px;
   border-bottom: 1px solid #DDDDDD;
}

.cc-form-reseller .af-label label {
    line-height: 1.3!important;
    color: #3b1544!important;
    font-weight: 700!important;
    margin: 0px!important;
    font-size: 15px!important;
    text-transform: uppercase;
}

.cc-form-reseller .acf-field .acf-label {
    margin: 0 0 3px;
}

.cc-form-reseller .acf-fields:after {
    display: none;
}
 
.cc-form-reseller .acf-fields {
    display: flex;
    flex-direction: column;
    border: none!important;
}

.cc-form-reseller .acf-field {
    border: none!important;
    padding: 0px!important;
    margin-bottom: 30px!important;
}

.cc-form-reseller .acf-form-submit {
    padding: 0!important;
    margin-top: -20px;
}

.cc-form-reseller .af-submit-button {
    cursor: pointer;
    font-size: 14px;
    padding: 12px 25px;
    text-decoration: none;
    appearance: none;
    font-family: inherit;
    font-weight: 700;
    background: #C68D36;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
}

.cc-form-reseller .cc-form-reseller__input-field span,
.cc-form-reseller--select span {
    font-size: 15px;
    color: #555555;
    font-weight: 400;
}

.cc-form-reseller .acf-required {
    color: #999
}

/* Agreement to terms */

.cc-form-reseller__terms .acf-label {
    display: none!important;
}

.cc-form-reseller a,
.cc-form-resellera:visited {
    color: #3b1544;
}

/* AJAX loader */

.cc-form-reseller .acf-spinner {
    margin-left: 15px;
    opacity: 0.8;
}


/*Error message css*/

.cc-form-reseller .acf-error-message {
    order: 2;
    margin-top: 10px!important;
}

.cc-form-reseller .af-success {
    padding: 20px;
}

@media (min-width: 768px) {
    .cc-form-reseller  {
        padding: 55px;
    }
    
    .cc-form-reseller .af-label label {
        font-size: 18px!important;
    }

    .cc-form-reseller .acf-fields {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cc-form-reseller .acf-input .acf-field {
        width: 47.5%;
    }

    .cc-form-reseller__input-full-width {
        flex-basis: 100%!important;
    }

    .cc-form-reseller .af-submit-button {
        font-size: 16px;
        padding: 20px 40px;
    }
    
}