﻿form {
    min-height: calc(56vh);
    display: block;
}
form#LoginForm div{
margin:auto 0;
}
#Domaine{text-align:center; font-size:1rem; color:var(--color-grey);}
#Domaine:before{content:"Verbunden über die Domaine: "}
body {
}
#Domaine:empty {
   display: none;}

#IELayer .overlay{position:fixed; height:100%; width:100%; top:0; background:#00abe1; opacity:0.3}
#IELayer .msg{background:#ff7400; position:absolute; z-index:101; padding:1rem; width:100%;color:white; font-weight:bold;}
#IELayer{position:fixed; height:100%; width:100%; z-index:100; top:0}

div#MsgUseUsernameNotEmail {
    border: 1px solid gray;
    position: absolute !important;
    top: -10px;
    background-color: white;
    left: 90px;
    padding: 10px 10px;
}

div#mstFooter {
    top: 39vh; /*vh => ViewportHeight*/
    display: inline-block;
    position: relative;
    font-size: 0.9rem;
    border-top: 1px solid lightgray;
    padding-bottom: 20px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
#Impressum {

}