#login h1 a,
.login h1 a {
    background-image: url('../img/login-logo.png');
    height:52px;
    width:250px;
    background-size: 250px 52px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

body {
    background:#20323f;
	font-size:13px;
	font-weight: 400;
}

.login form {
    box-shadow:none;
}

.login form .forgetmenot label {
    position:relative;
    top:10px;
}

.wp-core-ui .button-primary {
    text-shadow:none !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:#cca884;
    padding:11px 25px !important;
    display:block;
    line-height:16px !important;
    font-size:13px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:400;
    height:auto !important;
    transition: background .2s ease-in-out;
}

.wp-core-ui .button-primary:hover {
    background:#20323f;
}

.login #backtoblog a,
.login #nav a {
    color:#fff;
}

.login #backtoblog a:hover,
.login #nav a:hover {
    color:#cca884;
}