body.wp .page-wrap h1.wholesale-heading {
    font-size: 48px;
    text-align: center;
}

#wholesale-registration input.input-text,
#wholesale-registration select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body #wholesale-registration .button {
    background: #293c2b;
    color: #dfd9cc;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    border-radius: 10px;
    padding: 0 20px;
    margin: 0;
    font-family: interstateshop, sans-serif;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    outline: 0;
    cursor: pointer;
}