﻿div.VMILoginForm {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 2px;
    position: relative;
    flex-wrap: wrap;
    margin: 0px 3rem 0px 3rem;
    position: relative;
    background-color: transparent;
}

    div.VMILoginForm:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(255,255,255,0.25);
        backdrop-filter: blur(5px);
        border-radius: 2px;
    }

div.LoginFormsContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.VMILoginCaption {
    text-align: center;
    font-size: 1.6rem;
    text-shadow: 1px 1px 2px #a0a0a0;
}

div.VMILoginCaptionFlat {
    text-align: center;
    font-size: 1.8rem;
    color: #000000;
    width: 26rem;
    word-wrap: break-word;
    font-weight: bold;
    text-shadow: 1px 1px 2px #a0a0a0;    
    flex: 1 1 auto;
}

div.VMILoginContainerMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
}

div.VMILoginContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 auto;
    margin: 2rem 2rem 1rem 2rem;
    min-height: 33rem;
}

div.VMILoginFooter {
    position: relative;
    font-size: 0.7rem;
    opacity: 0.8;
    padding: 0px 1rem 3px 1rem;
    color:#ffffff;
}

    div.VMILoginFooter > p {
        margin: 1px 0px 1px 0px;
        text-align: right;
    }

div.VMILoginContainerMainCell {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 2px;
    flex: 1 1 auto;
    margin-top: 1rem;
}

div.VMILoginContainerCell {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 2rem 2rem 1rem 2rem;
    background-color: rgba(255,255,255,1);
    flex: 1 1 auto;
}

div.VMILoginFormCell {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 1rem;
    flex: 1 1 auto;
}

div.VMILoginSupport {
    display: flex;
    width: 100%;
    border-top: 1px solid currentColor;
}

    div.VMILoginSupport > p {
        margin: 1px 0px 1px 0px;
    }

div.MainMenuContainerBottom {
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground1.png');
    background-size: cover;
}

.PathGuideLogoBack {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 15rem;
    height: 5rem;
    z-index: 1;
    background-color: transparent;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    opacity: 0.7;
}


div.VMIBackgroundMain {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.VMIBackground {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    opacity: 0.5;
}


.MonoSpacedSmall {
    font-family: RobotoMono !important;
    font-size: 0.7rem !important;
    line-height: 0.8rem !important;
}

.VMIBackground1 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground1.png');
}

.VMIBackground2 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground2.png');
}

.VMIBackground3 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground3.png');
}

.VMIBackground4 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground4.png');
}

.VMIBackground5 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground5.png');
}

.VMIBackground6 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground6.png');
}

.VMIBackground7 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground7.png');
}

.VMIBackground8 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground8.png');
}

.VMIBackground9 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground9.png');
}

.VMIBackground10 {
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/VMIBackground10.png');
}

/* Buttons */
.VMILinkImageMenu {
    background-color: rgba( 0, 155, 119, 1);
    background-image: url('/sys/GETRESOURCE/app2-0-9533-31110/Menu.svg');
}