.cfw-box {
    margin: 35px;
    color: #23282d;
}

.cfw-box-content {
    margin: 35px 0;
}

.cfw-box .button-primary,
.cfw-box .button-primary:hover,
.cfw-box .button-primary:focus,
input#submit_woo-keys,
input#submit_woo-keys:hover,
input#submit_woo-keys:focus {
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.cfw-box .button-primary,
input#submit_woo-keys {
    transition: all 0.3s ease !important;
    background-color: #6200ea !important;
    border-color: #6200ea !important;
}

.cfw-box .button-primary:hover,
input#submit_woo-keys:hover,
.cfw-box .button-primary:focus,
input#submit_woo-keys:focus {
    border-color: #916cff !important;
    background-color: #916cff !important;
}

.cfw-box .button-primary.white,
input#submit_woo-keys.white {
    transition: all 0.3s ease !important;
    background-color: #fff !important;
    border-color: #dedede !important;
    color: #424242 !important;
}

.cfw-box .button-primary.white:hover,
.cfw-box .button-primary.white:focus,
input#submit_woo-keys.white:hover,
input#submit_woo-keys.white:focus {
    background-color: #fff !important;
    border-color: #424242 !important;
    color: #424242 !important;
}

.cfw-box .cfw-link {
    color: #6200ea;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.cfw-box .cfw-link:hover {
    color: #916cff;
    border-color: #916cff;
}

.cfw-small {
    font-size: 11px;
}

.cfw-box form label {
    float: left;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 14px;
}

.cfw-box form select {
    height: 32px;
    margin: 12px 10px 20px 0;
    width: 400px;
    background-color: #fff;
    border: 1px solid #aaa;
}

.cfw-box form .button-primary {
    margin-top: 20px;
    display: block;
}

.cwf_woo-keys {
    margin: 35px 0;
}

.cwf_form-field > * {
    display: inline-block;
}

.cwf_form-field h4 {
    margin: 0;
}
.cwf_form-field input {
    margin: 20px 10px 20px 0;
    min-width: 300px;
}

.submit_woo-keys-wrapper {
    display: block;
    width: 250px;
}

#submit_woo-keys {
    margin-right: 40px;
}
