.btnBasic, .btnFacebook, .btnGoogle, .btnTwitter {
    width: 200px;
    height: 40px;
    border: none;

    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
}

.btnBasic, .btnGoogle {
    margin-right: 0;
}

.btnFacebook { background: url(/static/styles/facebook.png) no-repeat; }
.btnGoogle { background: url(/static/styles/google.png) no-repeat; }
.btnTwitter { background: url(/static/styles/twitter.png) no-repeat; }

#div_social_logins_button {
    display: block;
    clear: both;
    vertical-align: bottom;
    width: 100%;
    height: 25px;
    margin: auto;
}

#div_login {
    margin-bottom: 60px;
}

.solid_line_text_separator {
    font-size: 1.3rem;
    font-weight: bold;
    clear: right;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 0 0 20px;
}

div span {
    background: #fff;
    padding: 0 10px;
}

#div_checkbok_captcha {
    float: left;
}

#div_logins_button {
    float: right;
}

#email_activated_result {
    white-space: pre-wrap;
}

nav.warstrap-component-header-nav-left a, nav.warstrap-component-header-nav-right a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: 2px;
    border-right: 1px solid #B1916F;
}

nav.warstrap-component-header-nav-left a:last-of-type, nav.warstrap-component-header-nav-right a:last-of-type {
    border-right: 0;
}

nav.warstrap-component-header-nav-left, nav.warstrap-component-header-nav-right {
    text-align: center;
    height: 100px;
    background-color: transparent;
    line-height: 100px;
    box-shadow: none;
    -webkit-transition: height 400ms, line-height 400ms;
    -moz-transition: height 400ms, line-height 400ms;
    -ms-transition: height 400ms, line-height 400ms;
    -o-transition: height 400ms, line-height 400ms;
    transition: height 400ms, line-height 400ms;
}

#nickname-place-holder {
    color: #3c763d;
}
