body.login div#login {
    width: 350px;
    max-width: 400px;
}

body.login div#login h1 a:focus,
.login h1 a:hover {
    outline: none !important;
    box-shadow: none !important;
}

body.login div#login h1 a {
    background-image: url("./logo.png");
    background-size: contain;
    margin-bottom: 20px;
    width: auto;
    transition: all ease-in-out 0.35s;
}

.privacy-policy-link,
.login #backtoblog a, .login #nav a {
    color: #a50532;
    transition: all ease-in-out 0.35s;
}

.privacy-policy-link:hover,
.login #backtoblog a:hover, .login #nav a:hover {
    color: #d1c160;
}

#loginform .button-primary {
    background-color: #a50532;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-shadow: none !important;
    transform: none !important;
    transition: all ease-in-out 0.35s;
}

#loginform .button-primary:hover {
    background: #d1c160;
}
