body.login {
    background-color: #002040;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.login h1 a {
    background-image: url('https://zapper.coffeemonster.co.za/wp-content/uploads/2024/08/Screenshot-2024-08-21-at-17.10.59.png');
    width:200px;
    background-size:200px;
    height:130px;
}
/*
.login label {
    font-size: 12px;
    color: #555555;
}

.login input[type="text"]{
    background-color: #ffffff;
    border-color:#dddddd;
    -webkit-border-radius: 4px;
}

.login input[type="password"]{
    background-color: #ffffff;
    border-color:#dddddd;
    -webkit-border-radius: 4px;
}*/

.login .button-primary,.login .button-primary:hover,.login .button-primary:active {
    text-shadow:none;
    box-shadow:none;
    width: 120px;
    float:right;
    background-color:#26A4FB !important;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border: 1px solid #26A4FB;
}
.login .message, .login .success {
    border-left:4px solid #26A4FB
}
p#nav, p#backtoblog {
    display:none;
}