/* -- 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;
}


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


.editor-sidebar__panel .acf-relationship .selection .values,
.editor-sidebar__panel .acf-relationship .selection .choices {
    float: none !important;
    width: 100% !important;
}