#loginContainer, #registerContainer {
    background-color: rgb(245, 245, 245);
    padding: 20px 30px;
}

#loginContainer .inner, #registerContainer .inner {
    margin-left: 53px;
}

#loginContainer h1, #registerContainer h1 {
    padding-left: 53px;
    background-image: url('/wp-content/plugins/backoffice/inc/img/icons/fav_big.png');
    background-repeat: no-repeat;
    line-height: 48px;
    margin-bottom: 20px;
}

#loginContainer .row, #registerContainer .row {
    display: table-row;
    clear: both;
}


#loginContainer .row label, #registerContainer .row label {
    display: table-cell;
    text-transform: uppercase;
    padding-right: 10px;
}

#loginContainer .row input, #registerContainer .row input {
    display: table-cell;
    width: 300px;
}

#loginContainer .row input#loginSubmit, #loginContainer .row input#forgotPWSubmit, #registerContainer .row input#registerSubmit {
    width: auto;
    color: white !important;
    float: right;
}

#loginContainer .row input#loginSubmit:hover, #loginContainer .row input#forgotPWSubmit:hover, #registerContainer .row input#registerSubmit:hover {
    color: #222 !important;
    
}

#loginContainer .error, #registerContainer .error, #updateContainer .error {
    color: red !important;
}

#loginContainer .success, #registerContainer .success, #updateContainer .success {
    color: green !important;
}

.pp_pic_holder.login * {
    color: #5f6362 !important;
}

.pp_pic_holder.login .pp_close {
    top: 0;
    right: 0;
}



#favRow {
    margin-top: 20px;
    padding-left: 25px;
    position: relative;
    background-image: url('/wp-content/plugins/backoffice/inc/img/icons/fav_small_active.png');
    background-repeat: no-repeat;
    line-height: 22px;
}

#favRow .loginLink, #favRow .logoutLink, #favRow .registerLink {
    float: right;
    margin-left: 5px;
}


body a.button {
    background-color: #333333;
    padding: 7px 20px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 12px; 
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: bold;
}

a.button:hover {
    background-color: #f7d073!important;
    color: #222 !important;
}



.likeEvent {
    position: absolute;
    right: 5px;
    height: 22px;
    width: 20px;
    background-image: url('/wp-content/plugins/backoffice/inc/img/icons/fav_small.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.likeEvent.active {
    background-image: url('/wp-content/plugins/backoffice/inc/img/icons/fav_small_active.png');
}

.likeEvent a {
    display: block;
    width: 100%;
    height: 100%;
}


/**
form#login{
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 200px;
    padding: 40px 25px 25px 25px;
    width: 350px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
}

form#login p.status{
    display: none;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
*/