body.login {
    background-color: #674cc4;
}

#login h1 a {
    background-image: url('../images/karkhana-logo.png');
    width: 320px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.login form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.wp-core-ui .button-primary {
    width: 280px;
    height: 40px;
    margin-top: 15px;
    background: #674cc4 !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.wp-core-ui .button-primary:hover {
    background: #000000 !important;
}

.login #nav a,
.login #backtoblog a {
    color: #ffffff !important;
}

.custom-login-button {
    display: inline-block;
    background-color: #ffffff;
    color: #674cc4;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-login-button:hover {
    background-color: #f2f2f2;
    color: #674cc4;
}

.custom-login-button-container {
    text-align: center;
    margin-top: 20px;
    position: fixed;
    bottom: 10px;
    width: 100%;
}