﻿div[label="Preview page"] {
    display: none;
}

div[ng-controller="Umbraco.Overlays.UserController"] div[button-style="primary"], div[ng-controller="Umbraco.Overlays.UserController"] div[button-style="success"] {
    display: none
}


div[ng-controller="Umbraco.Overlays.UserController"] div.external-logins {
    display: none;
}

p.umb-overlay__subtitle.ng-binding {
    display: none;
}

form[name="loginForm"] {
    display: none;
}

button.btn-block.btn-social.btn-microsoft {
    height: 100px;
    text-align: center;
}

    button.btn-block.btn-social.btn-microsoft i {
        line-height: 100px;
    }


.umb-overlay.umb-overlay-center {
    position: fixed !important;
}

.mce-container-body.mce-stack-layout {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.color-yellow {
    color: #ff8c00!important;
}