body.login {
    background-color: #1e1e1e; /* Background color */
    background-image: url("./assets/images/login-bg.jpg");
    background-size: cover;
    color: #ffffff;
}

body.login #login {
    width: 400px; /* Adjust width to fit your design */
    padding: 40px;
    background: white;
    padding: 1em 0;
    border-radius: 20px;
    border: 1px solid #b4b4b4;
    right: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body.login #login h1 a {
    height: 78px;
    width: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}

body.login #login form {
    background: #ffffff;
    padding: 20px;
    box-shadow: none;
    border-radius: 20px;
    margin-top: 0 !important;
    border: none;
}

body.login #login form .input, 
body.login #login form input[type="text"], 
body.login #login form input[type="password"] {
    font-size: 16px;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 0.75em 1em;
    border-color: #B4B4B4;
}

body.login h1 a {
    background: #ffffff;
}

body.login #login form p.submit input#wp-submit {
    background-color: #A72DD7;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 1em;
    border-radius: 10px;
}

body.login #login p#nav a, 
body.login #login p#backtoblog a {
    color: #7b1fa2 !important;
}

.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    color: #565656;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    font-size: 16px;
    box-shadow: none !important;
}

.login .button.wp-hide-pw .dashicons {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.5rem;
    color: #b4b4b4;
}

.login .notice-error {
    color: red;
}

.login .notice-info {
    color: blue;
}

#backtoblog {
    display: none !important;
}

.login #nav {
    margin: 0;
}

.demo-link {
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin-bottom: -60px !important;
    width: 100%;
    left: 0;
    font-weight: bold;
}

.demo-link a {
    color: #A72DD7; /* Match this color with your design */
    text-decoration: none;
    
}

.demo-link a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #login {
        width: 90% !important;
        left: 50% ! important;
        transform: translate(-50%, -60%) ! important;
    }

    body.login {
        background-color: #1e1e1e;
        background-image: url(./assets/images/login-bg.jpg);
        background-size: cover;
        color: #ffffff;
        background-position: right;
    }
}
