form#affwp-register-form, 
form#affwp-login-form {
    width: 50%;
    float: right;
    padding: 5%;
}
.affwp-form legend {
    font-weight: 500;
    font-size: 28px;
}
.affwp-form input:not(.button) { 
    padding: 12px 10px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
}
.affwp-form label {
    font-size: 16px;
    line-height: 26px;
}
.affwp-form input.button {
    padding: 0px 30px;
    height: 44px;
    line-height: 43px;
    font-size: 18px;
    font-weight: 500;
    min-width: 220px;    
    font-weight: bold;
    box-shadow: 5px 5px 0 0 #747474;
    -moz-box-shadow: 5px 5px 0 0 #747474;
    -webkit-box-shadow: 5px 5px 0 0 #747474;
    background-color: #0A0A0A;
    color:white;
}
.affwp-form input.button:hover {
    box-shadow: 1px 1px 0 0 red;
    -moz-box-shadow: 1px 1px 0 0 red;
    -webkit-box-shadow: 1px 1px 0 0 red;
    background-color: red;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin-bottom: 33px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    font-size: 18px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:first-child {
    padding-right: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    padding-right: 20px;
}

div#affwp-affiliate-dashboard {
    max-width: 970px;
    width: 96%;
    margin: 40px auto;
    margin-bottom: 100px;
}

#affwp-affiliate-dashboard h4 {
    font-size: 32px;
}
#affwp-affiliate-dashboard h5 {
    font-size: 22px;
}
table.affwp-table th,
table.affwp-table td { 
    text-align: right;
}
div#affwp-affiliate-dashboard input#submit,
div#affwp-affiliate-dashboard input.button {
    background: black;
    color: white;
    padding: 2px 17px;
    border: none;
}
div#affwp-affiliate-dashboard input.button { 
    height: 36px;
    line-height: 26px;
}

@media only screen and (max-width:980px) {
    form#affwp-register-form, 
    form#affwp-login-form {
        width: 100%;
    }

    ul#affwp-affiliate-dashboard-tabs li {
        margin-bottom: 20px !important;
    }

    ul#affwp-affiliate-dashboard-tabs {
        overflow: scroll;
        white-space: nowrap;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
        margin-bottom: 20px;
    }
    div#affwp-affiliate-dashboard {
        margin-top: 20px;
    }
}