/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 5px;
    border: 1px solid darkgray;
    border-radius: 5px;
    margin-top: 5px;
}
.wwp_wholesaler_registration {
    width: 60%;
    margin: 0 auto;
}
label {
    display: inline-block;
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
}
.wwp_wholesaler_registration h2 {
    font-size: 22px;
}
input#wwp_wholesaler_copy_billing_address {
    width: 15px;
    margin-left: 2px;
}
input#register {
    background: #ec1b15;
    color: #fff;
    font-size: 20px;
   width:20%;
}
