/* ADMIN */

  #login h1 a, .login h1 a {
    background-image: url(../images/logo.png);
    height:150px;
    width:320px;
    background-size: contain;
    background-repeat: no-repeat;
     padding-bottom: 30px;
}

.login form {
box-shadow: 0px 30px 50px -7px rgba(0,0,0,0.3);
}
#login {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
    position: relative;
    z-index: 9999;
}
#login [type="checkbox"]:not(:checked),#login [type="checkbox"]:checked {
    position:relative;
    opacity:1;
}
.wp-core-ui .button-primary {
    border: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.main {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
/* ADMIN */
.custom-error-message {
    /* background: red; */
    color: red;
    /* padding: 2px 10px; */
    margin: 0;
    display: block;
    line-height: 1;
}
.components-panel__body.error {margin:0;}
.error {
    color:red !important;
}
.post-type-prepa .interface-interface-skeleton__content {display:block;}
.post-type-prepa #editor .edit-post-layout__metaboxes {
    max-width: 900px;
    margin:0 auto;
    box-shadow: 0px 30px 50px -7px rgba(0,0,0,0.3);
}

.post-type-prepa .edit-post-meta-boxes-area .postbox-header {
    border-top:none;
}