* {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #222;
    font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
    font-size: small;
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: 424px;
    margin-top: -212px;
    margin-left: -325px;
    background: none;
}

#content {
    float: none;
    padding: 0;
    width: auto;
}

div#login p.error {
    color: red;
    background: none !important;
}

div#login div#login-body {
    overflow: hidden;
}

div#login-body {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ccc;
}

div#login p.intro {
    color: #666;
    font-size: 12px;
    margin-right: -3px;
}
div#login form {
    background: #f4f4f4;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    float: none;
    margin: 0 auto;
}
.login_form_holder {
    width: 100%;
    max-width: 350px;
    margin: -176px auto 0;
    position: relative;
    top: 50%;
}
div#login form img {
    max-width: 100%;
    margin: 0 0 20px;
}
div#login form li {
    margin-bottom: 20px;
    padding: 0;
}
div#login form li.button_holder {
    margin: 0;
}
div#login form label {
    color: #666;
    display: block;
    margin: 0 0 5px;
}
div#login form input {
    width: 91%;
    padding: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div#login .button_holder button {
    width: 100%;
}
div#login .button_new {
    cursor: pointer;
    font-size: 12px;
    padding: 8px 20px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: none;
    border-radius: 3px;
    transition: all 0.15s ease-in-out 0s;
    color: #fff !important;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.35);
}
div#login .button_new_green {
    color: #fff !important;
    text-shadow: 1px 0px 1px #a3a3a3;
    background: #5dab00;
}
div#login .button_new_green:hover {
    background: #4e8f00;
    border: 0;
}

#retailer-container {
    width: 800px;
    position: fixed;
    left: 50%;
    margin-top: -100px;
    margin-left: -400px;
    text-align: center;
    background: #efefef;
}

#retailer-container-inner {
    background: #f5f5f5;
    width: 800px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

#retailer-container-inner h1 {
    margin-bottom: 30px;
}

#retailer-container-inner h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 30px 0;
}

#retailer-container-inner table {
    width: 100%;
    border-spacing: 0.5rem;
    border-collapse: collapse;
}

#retailer-container-inner table tr {
    height: 30px;
    background: #fff;
}

#retailer-container-inner table tr.main {
    height: 50px;
    background: #fefefe;
}

#retailer-container-inner table td {
    text-align: center;
    border: 1px solid #efefef;
}

#retailer-container-inner table td:first-child {
    text-align: left;
    text-indent: 20px;
}

#retailer-container-inner table th {
    text-align: center;
    background: #f5f5f5;
}

.success {
    background: #1abc9c !important;
}

.error {
    background: #e74c3c !important;
}

.small-desc {
    font-size: 10px;
    font-weight: normal;
    display: block;
}

div#retailer-form {
    min-width: 800px;
    padding: 50px;
    background: #fff;
    margin-bottom: 100px;
}

.retailer-error {
    border: 3px solid #c0392b;
    border-radius: 3px;
}

.retailer-success {
    border: 3px solid #16a085;
    border-radius: 3px;
}

.retailer-form-table th {
    font-weight: bold;
    text-align: center;
}

.retailer-form-table th span {
    font-weight: normal;
    clear: both;
    display: block;
    font-size: 10px;
}

.retailer-form-table tbody tr {
    border-bottom: 1px solid #eee;
}

.retailer-form-table tbody tr:hover {
    background: #eee;
}

.retailer-form-table td {
    padding: 10px 0;
}

.retailer-button {
    display: block;
    cursor: pointer;
    font-weight: 200;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    border-style: none;
    border-radius: 3px;
    margin: 0px auto;
    position: relative;
    color: #fff !important;
    text-shadow: 1px 1px 2px #719613;
    border: 1px solid #4ba519 !important;
    background: linear-gradient(to bottom, #a8db2d 0%, #4fb315 100%);
    box-shadow: 0 0 0 2px #e4e4e4, inset 0 1px 1px #e2f3ba;
    background-repeat: no-repeat;
    background-color: #4fb315;
    font-size: 15px !important;
    padding: 8px 18px !important;
}

.retailer-button-small {
    width: 260px;
}

.center {
    text-align: center;
}

/*================ BUTTON Styles ================*/
.button,
.button6 {
    cursor: pointer;
    font-size: 12px;
    padding: 8px 18px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-style: none;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    line-height: 1;
    font-weight: bold;
}

.button-primary,
.button-green {
    color: #fff !important;
    text-shadow: 1px 0px 1px #a3a3a3;
    background: #5dab00;
}

.button-primary:hover,
.button-green:hover {
    background: #4e8f00;
}
/*\================ BUTTON Styles ================\*/

@media only screen and (max-width: 870px) {
    div#login,
    .login_holder {
        max-width: 870px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .login_form_holder {
        top: 0;
        margin: 0 auto;
        padding: 40px 0;
    }
    div#login,
    .login_holder,
    .copyright {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
    }
    .copyright {
        text-align: center;
        display: block;
        right: auto;
        bottom: auto;
    }
    .login_holder {
        background-position: right 50%;
    }
}

@media only screen and (max-height: 1000px) {
    .login_holder {
        top: auto;
        margin-top: 0;
    }
}