/* Main column width */

.wp-block {
    max-width: 1200px;
}

/* Width of "wide" blocks */

.wp-block[data-align="wide"] {
    max-width: 1080px;
}


/* Width of "full-wide" blocks */

.wp-block[data-align="full"] {
    max-width: none;
}

.components-select-control__input,
.components-base-control__label {
    max-width: none !important;
    width: 100%;
    margin-right: 0 !important;
}

body.login #login h1 a {
    background-image: none, url(/wp-content/uploads/2019/07/iris-logo.svg);
    background-size: 200px;
    background-position: center;
    width: 200px;
}

body.login .pw-weak {
    display: none !important;
}

/* User profile screen */
#your-profile .user-syntax-highlighting-wrap, 
#your-profile .user-comment-shortcuts-wrap, 
#your-profile .user-rich-editing-wrap, 
#your-profile .user-language-wrap, 
#your-profile .user-url-wrap, 
#your-profile .user-description-wrap, 
#your-profile .user-profile-picture, 
#your-profile .yoast-settings,
#your-profile #panel_0 h2, 
#your-profile #panel_1 h2, 
#your-profile #panel_3 h2 {
    display: none;
}