.login h1 a {
    background-image: url(../img/logo-login.png);
    background-image: none,url(../img/logo-login.png);
    background-size: 150px;
    width:150px;
    height:100px;
}

body{
    background:#2a3e4c;
}
.login #backtoblog a, .login #nav a{
    color:#FFF;
}

.wp-core-ui .button-primary{
    background-color: rgba(244,82,70,1.0) /*#f45246*/;
    text-shadow: none;
    color: rgba(255,255,255,1.0) /*#ffffff*/;
    height: 37px;
    line-height: 23px;
    padding: 6px 18px;
    border-width: 0px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-radius: 0px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
}
.wp-core-ui .button-primary:hover{
    background-color: rgba(24,179,220,1.0) /*#18b3dc*/;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out;
}