body.login{
background:linear-gradient(135deg,#f5f7fb,#e8eefc);
font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
min-height:100vh;
}

.login-page-wrapper{
width:100%;
}

.siteHeader{
background:#fff;
border-bottom:1px solid #eee;
padding:15px 0;
}

.siteHeader .wrap{
max-width:1100px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 20px;
}

.brand{
font-size:22px;
font-weight:700;
text-decoration:none;
color:#000;
}

#login{
margin:80px auto;
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
width:360px;
}

/* hide wordpress logo */
.login h1 a{
display:none;
}

/* custom title */
.login h1:before{
content:"Sign In";
font-size:28px;
font-weight:700;
display:block;
text-align:center;
margin-bottom:25px;
}

/* inputs */

.login input[type=text],
.login input[type=password]{
border-radius:8px;
border:1px solid #ddd;
padding:10px;
}

.wp-core-ui .button-primary{
background:#000;
border:none;
border-radius:8px;
padding:10px 18px;
font-weight:600;
}

.wp-core-ui .button-primary:hover{
background:#222;
}

#nav,
#backtoblog{
text-align:center;
}

.login h1 a {
background-image: none !important;
text-indent: 0;
width: auto;
height: auto;
font-size: 32px;
font-weight: 700;
text-align: center;
display: block;
color: #000;
pointer-events: none;
}

.login h1 a:before {
content: "Sign In";
}