.login {
    background: #151515 url(../../images/dash-noise-background.png);

    h1 a {
        background: url(../../images/dash-logo-grey.png);
        width: calc(494px / 2);
        height: calc(83px / 2);
        background-size: contain;
    }

    #loginform {
        background: #1b1b1b;
        border: none;
        border-radius: 20px;

        label {
            color: white;
        }
    }

    #backtoblog a,
    #nav a {
        color: white;
    }
}