body {
    background: linear-gradient(90deg, #131a40 0%, #131a40 45%, #2f5984 100%);
}

label {
    color: #153e60;
}

a {
    color: white !important;
}

a:hover {
    color: #de1d2a !important;
}

form .submit .button {
    background-color: #153e60;
}

form .button .dashicons {
    color: #153e60;
}

#login h1 a, .login h1 a {
    display: none;
}

#login h1, .login h1 {
    background-image: url(https://noburnonlinetraining.com//wp-content/uploads/2024/01/NB-PFP-header.webp);
    height: 62.5px;
    width: 200px;
    background-size: 200px 62.5px;
    background-repeat: no-repeat;
    margin: auto;
}

#login .notice,
#login-message {
    margin-top: 20px;
}

#login .notice a {
    color: #153e60 !important;
}

#login .notice a:hover {
    color: #de1d2a !important;
}

#login-message a {
    color: #153e60 !important;
}

#login-message a:hover {
    color: #de1d2a !important;
}

#backtoblog {
    display: none;
    visibility: hidden;
    opacity: 0;
}