body.login {
    /* background:url('images/bg-foot.png');  */
    background: no-repeat center center fixed #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#wp-admin-bar-wp-logo > .ab-item .ab-icon {
    background-position: 1px -4px;
    width: 32px;
    height: 24px;
   /*background-image: url(images/favicon.png);*/
}

#login {
    padding-top: 0;
}

.login h1 a {
    background: url('images/logo.png') no-repeat scroll center transparent;
    background-size: contain;
    padding-bottom: 60px;
    width: 284px;
    height: 100px !important;
    max-width: 100%;
}

.login h1 {
    text-align: center;

    display: block;
}

#update-nag, .update-nag {
    background-color: #fff;
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    display: none;
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

/*Syle for Editor*/
#wpb_visual_composer {
    color: #565656;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 1px;
}