
body.login {
    background-color: #42436B;
    /* background: linear-gradient(90deg, #42436B 0%, #2D2E5A 100%); */
    background-image: url(/wp-content/themes/publicases/assets/images/hero-background.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    padding: 0 15px;
    width: 100%;
}
@media(min-width: 768px) {
    body.login {
        padding: 0;
    }
}
#login {
    background: #fff;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
    position: relative;
    z-index: 800;
    padding: 15px;
    margin: 8% auto 0 auto;
    height: 400px;
}
#login h1 a {
    height: 78px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: auto 100%;
}
a {
    color: #0073AA;
    transition-property: border, background, color;
    transition-duration: 0.05s;
    transition-timing-function: ease-in-out;
}
a {
    outline: 0;
}
a:active,
a:hover {
    color: #006799;
}
a:focus {
    color: #124964;
    box-shadow: 0 0 0 1px #5B9DD9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
#loginform {
    border: none;
    margin-top: 10px;
}
#loginform p.submit,
.login-action-lostpassword p.submit {
    border: none;
    margin: -10px 0 20px;
}