/* -- ADMIN: LOGIN -- */
#login h1 a, .login h1 a {
    background-image: url('../images/logo.svg');
    height: 80px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 10px;
    pointer-events: none;
    cursor: default;
}
.login .message,
.login .notice,
.login .success {
    border-left: 4px solid #0D1C31;
}
.login.wp-core-ui .button-primary {
    background: #0D1C31;
    border-color: #0D1C31;
}


#adminmenu #menu-posts,
#adminmenu #menu-comments {
    display: none;
}