.loginPanel .loginForm .loginRegistrationPanel {
    padding-top: 35px;
    height: 20px;
}

.loginPanel .loginForm .loginRegistrationPanel .btnLogin.active {
    white-space: nowrap;
    font-size: 17px;
}

.loginPanel .loginForm .tabLogin .row {
    padding: 18px 0px 18px 0;
}

form.tabLogin input[type="radio"] {
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    display: none;
}

form.tabLogin input[type="radio"]:checked + label {
    -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 1);
    background: #eee;
    border: 1px solid #fff;
    color: #000;
}

form.tabLogin label {
    text-align: center;
    width: 160px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    display: contents;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    /*background: rgba(255,255,255,0.5);*/
    color: #fff
}

form.tabLogin label:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 1);
}



.loginPanel .loginForm {
    width: 330px;
    margin-left: -165px;
    text-align: center;
}

.loginRegistrationPanel span.title {
    font-size: 14px;
}

.alertInfo .alertInfoContent, .alertError .alertErrorContent * {
    color: #fff;
    font-size: 16px;
}