#login{
width: 460px !important;
padding-top: 20px !important;
}

.login h1 a {
background-image:url(images/logo.png) !important;
background-size: 400px 140px !important;
width:400px !important;
height:120px !important;
}

.login .message, .login #login_error {
color: #FFF !important;
border-left: 8px solid #14a8d2!important;
background: #1e1e1e;
}

.login form {
margin-left:auto;
margin-right:auto;
padding:30px;
background-clip: padding-box;
background: #1e1e1e;
overflow: hidden;
}

.login label {
color: #FFF;
line-height: 40px;
}

.login .button-primary {
width: 150px;
height: 50px !important;
line-height: 32px !important;
float:right;
background: #14a8d2;
color: #FFF;
box-shadow: none;
border-radius: 0px !important;
}

.login .button-primary:hover {
box-shadow: none;
border: 1px solid #e92a31;
background: #e92a31;
color: #FFF;
}

.wp-core-ui .button-primary {
    background: #14a8d2;
    border-color: #1e1e1e;
    -webkit-box-shadow: #1e1e1e;
    box-shadow: #1e1e1e;
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #14a8d2;
}