body.login {
    background: none; /* Remove default background */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left {
    background-color: #002395;
    width: 66.66%;
    min-height: 100vh;
}

.login-right {
    background-color: #fff;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;        
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

 @media all and (max-width: 480px) {
    .login-left {display:none;}
    .login-right {display:block;}
}

.powered-by {
    position: absolute;
    bottom: 50px;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
}

.powered-by a {
    color: #f8d454!important;
    text-decoration: none;
}

.login-right #login {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    background: #fff;    
}

#login h1 a {
    background-image: url('https://members.privatehealthcareaustralia.org.au/wp-content/uploads/PHA-Logo-transp.png'); /* Update with your logo path */
    width: 100%;
    background-size: contain;
    height: 80px;
}

.login form {
    border: none;
    box-shadow: none;
    padding: 0;
}

.login form .input, .login input[type="text"] {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.login #nav a, .login #backtoblog a {
    color: #0073aa !important;
}

.login .button-primary {
    background: #0073aa;
    border-color: #0073aa;
    text-shadow: none;
    box-shadow: none;
}

.login-right form#lostpasswordform,
.login-right form#loginform {
    display: flex;
    flex-direction: column;
}

.login-right input#wp-submit {
    width: 100%;
    background: #002395;
    margin-top: 10px;
}