/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.04.2019, 17:38:12
    Author     : studio2
*/
body, html {
    font-size: 13px;
}
html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: auto;
    background: #e4e4e4;
}

.LoginView {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.LoginViewContent {
    box-sizing: border-box;
    line-height: 0;
    width: 10em;
    height: 10em;
}

.LoginViewContent svg {
    width: 100%;
    height: 100%;
}