body.login {
    background-color: #0e0e0e;
}

#login h1 a {
    background-image: url("data:image/svg+xml;utf8,<svg width='1195' height='300' viewBox='0 0 1195 300' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1042.14 299.97C956.01 299.97 891 235.62 891 150.81C891 64.35 956.01 0 1042.14 0C1129.26 0 1194.6 64.35 1194.6 150.81C1194.6 235.95 1129.26 299.97 1042.14 299.97ZM992.31 78.87V219.78H1013.76V171.93L1032.57 152.46L1081.74 219.78H1109.46L1048.74 135.96L1103.85 78.87H1075.8L1013.76 142.89V78.87H992.31Z' fill='white'/><path d='M745.14 299.97C659.01 299.97 594 235.62 594 150.81C594 64.35 659.01 0 745.14 0C832.26 0 897.6 64.35 897.6 150.81C897.6 235.95 832.26 299.97 745.14 299.97ZM678.15 78.87V219.78H699.6V118.8L736.89 219.78H754.71L792 118.8V219.78H813.45V78.87H785.4L745.8 185.13L706.2 78.87H678.15Z' fill='white'/><path d='M448.14 299.97C362.01 299.97 297 235.62 297 150.81C297 64.35 362.01 0 448.14 0C535.26 0 600.6 64.35 600.6 150.81C600.6 235.95 535.26 299.97 448.14 299.97ZM438.57 78.87L384.12 219.78H406.56L419.1 186.78H477.18L490.05 219.78H513.15L458.7 78.87H438.57ZM469.59 166.98H426.69L448.47 108.9L469.59 166.98Z' fill='white'/><path d='M151.14 299.97C65.01 299.97 0 235.62 0 150.81C0 64.35 65.01 0 151.14 0C238.26 0 303.6 64.35 303.6 150.81C303.6 235.95 238.26 299.97 151.14 299.97ZM104.94 78.87V219.78H149.49C177.87 219.78 216.81 208.89 216.81 148.17C216.81 103.95 194.37 78.87 154.44 78.87H104.94ZM148.17 199.98H126.39V99H151.47C180.84 99 194.7 114.84 194.7 147.84C194.7 183.81 180.18 199.98 148.17 199.98Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 50px;
    display: block;
}

#loginform {
    background: #1c1c1c;
    border: 1px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.login label {
    color: #eee;
}

.wp-core-ui .button-primary {
    background: #0066cc;
    border-color: #004c99;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
    background: #004c99;
}
