/* -- ADMIN: LOGIN -- */
#login h1 a,
.login h1 a {
    background-image: url('../images/logo.png');
    height: 60px;
    width: 200px;
    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 #000D34;
}
.login.wp-core-ui .button-primary {
    background: #000D34;
    border-color: #000D34;
}
.login form {
    border: none !important;
    box-shadow: none !important;
}
.login input {
    border-radius: 0px;
    padding: .7rem 1rem;
    border: 1px solid #000;
}

/* -- ADMIN: MENU -- */
#adminmenu #menu-comments,
#adminmenu #menu-posts {
    display: none;
}