
body {
    color: #ccc;
    color: rgba(255, 255, 255, 1);
}

.login-container .content-wrapper {
    vertical-align: top;
}

body .logo {
    margin-top: 55px;
    margin-bottom: 40px;
}

.logo {
    width: 200px;
    height: 75px;
    text-indent: -9999px;
    background: url("../../images/blizzard-default.1C4OH.png") 0 0;
    margin: 0 auto;
}

body .thirdparty-line {
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 12px;
}

body .thirdparty-line span {
    position: relative;
    display: inline-block;
}

body .thirdparty-line span:after {
    left: 100%;
    margin-left: 20px;
}

body .thirdparty-line span:before {
    right: 100%;
    margin-right: 20px;
}

body .thirdparty-line span:after, body .thirdparty-line span:before {
    width: 500px;
    content: "";
    height: 1px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    top: 50%;
}

.nav-client .footer-content .copyright {
    padding: 8px 0;
    font-size: 12px;
}

.footer-content .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.nav-client .footer-content .copyright {
    padding: 8px 0;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

.nav-client .nav-item {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: text-shadow 160ms ease, color 160ms ease;
    transition: text-shadow 160ms ease, color 160ms ease;
}

.nav-client .footer-desktop .footer-links > span {
    color: rgba(255, 255, 255, 1);
    margin: 0 5px 0 5px;
}

.nav-client a.nav-item:hover, .nav-client .nav-a.nav-item:hover {
    color: #fff !important;
    text-decoration: none;
}

a:focus, a:hover {
    color: #fff;
    background: 0
}

.form-horizontal .has-feedback-left .form-control-feedback {
    top: 0;
}

.panel-logo {
    padding: 15px;
}

.panel-logo img {
    height: 16px;
}