@charset "ISO-8859-1";
/* @import url('/sys/js/modules/libcts2.0/css/objects.css'); */

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {
    .signinform {
        height: unset !important;
        width: 600px !important;
        left: calc(50% - 300px) !important;
    }
}

@media only screen and (max-width: 800px) {
    .signinform {
        height: 100vh !important;
        width: 100vw !important;
        top: unset !important;
        left: unset !important;
    }
}

div[name=buttonBar] {
    float: right;
    flex-direction: row;
    display: flex;
    margin: 1.2rem 0 0 0;
    padding: 0 0 0 0;
    justify-content: center;
    align-items: center;
}

div[name=buttonBar]>div {
    padding: 0px 16px 0px 0px;
}

.whiteboard img {
    max-width: 32px;
}

.openproject .logo {
    width: 100px;
    /* filter: invert(1); */
}

.webmail .logo {
    width: 48px;
}



.logo {
	/* max-height: 48px; */
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}

.logoFrame {
    width: 100%;
    margin: 0 auto;
    background: white;
}

.signinform.objects-container {
    height: max-content !important;
}

div.objects-divElement[name="VideoWall"] {
    position: fixed;
    z-index: 0 !important;
}

.VideoWall-Video {

    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    /* z-index: -20; */
    top: 0;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    max-width: -moz-available;
    max-height: -moz-available;
}

.SignOn,
.Recovery,
.objects-button {
    min-height: var(--panel-control-buttons-maxheight);
    width: 100%;
}
