.wp-core-ui .button-primary {
	background: none repeat scroll 0 0 #283891;
    border-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
.wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.login label {
    color: #2B3B92;
    font-size: 14px;
}
.login h1 a {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    color: #999999 !important;
    display: block  !important;
    font-size: 20px  !important;
    font-weight: 400  !important;
    height: 103px  !important;
    line-height: 1.3em  !important;
    margin: 0 auto 25px  !important;
    outline: 0 none  !important;
    overflow: hidden  !important;
    padding: 0  !important;
    text-decoration: none  !important;
    text-indent: -9999px  !important;
    width: 250px  !important;
	background-size: auto !important;
}
.login #nav a,
.login #backtoblog a {
color: #2B3B92!important;
}

div.updated, .login .message, .press-this #message {
    background-color: #FFFFFF;
    border-left: 4px solid #2B3B92!important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}


<!-------------------------------------------------->

/* buttons */
.wp-core-ui .button-primary {
    background: #4b8938;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7ea367),to(#4b8938));
    background-image: -webkit-linear-gradient(top,#7ea367,#4b8938);
    background-image: -moz-linear-gradient(top,#7ea367,#4b8938);
    background-image: -ms-linear-gradient(top,#7ea367,#4b8938);
    background-image: -o-linear-gradient(top,#7ea367,#4b8938);
    background-image: linear-gradient(to bottom,#7ea367,#4b8938);
    border-color: #4b8938;
    color: rgba(255,255,255,0.95);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
    background: #9e4059;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ba7582),to(#9e4059));
    background-image: -webkit-linear-gradient(top,#ba7582,#9e4059);
    background-image: -moz-linear-gradient(top,#ba7582,#9e4059);
    background-image: -ms-linear-gradient(top,#ba7582,#9e4059);
    background-image: -o-linear-gradient(top,#ba7582,#9e4059);
    background-image: linear-gradient(to bottom,#ba7582,#9e4059);
    border-color: #9e4059;
    color: rgba(255,255,255,0.95);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}


