.cc-customer-login-fields .cc-type-selector-section {
    margin-bottom: 15px;
}

.cc-customer-login-fields .cc-type-selector-section .cc-type-selector {
    border: 2px solid #1a4944;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    width: auto;
}

.cc-customer-login-fields .cc-type-selector-section .cc-type-selector li {
    background-color: #ffffff;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 15px;
    position: relative;
    width: auto;
}

.cc-customer-login-fields .cc-type-selector-section .cc-type-selector li:first-child {
    float: left;
}

.cc-customer-login-fields .cc-type-selector-section .cc-type-selector li:last-child {
    float: right;
}

.cc-customer-login-fields .cc-type-selector-section .cc-type-selector li input[type=radio] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/** General Seller register buttons **/
li.cc-button.cc-customer.active, li.cc-button.cc-seller.active {
    background-color: #1a4944;
    color: #ffffff;
}
