body.login {
    background-color: #162435;
}
body.login a {
    color: #fff;
}
#login h1 a {
    background: url(../../../uploads/logo.webp) center center no-repeat;
    background-size: contain;
    height: 120px;
    width: 100%;
}
#login-message {
    border-radius: 10px;
}
.login form {
    border-radius: 10px;
}
#wp-submit {
    background: #44b6e8 !important;
    border: none;
}