html{
    height: 100%;
    overflow:hidden !important;
    font-size: 14px !important;
  }
  
body
{
    height:100%;
    width:100%;
    overflow-y: hidden;
    overflow-x: hidden;
    /*min-height:100vh;*/
    min-height:100%;
    position:absolute;
    display: flex;
    flex-direction: column;
    margin:0;
    top:0;
    left:0;
}

[v-cloak] { display: none }

/*LOADING PAGE*/

.loading-page
{
    display:flex;
    height:100%;
    width:100%;
    position:absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index:3000;
    text-align: center;
}

.loading-page .logo > img
{
    margin:15px;
}

.loading-page .logo > img
{
    height:auto;
    width:200px;
}

.loading-page .v-progress-circular
{
    width: 40px;
    height: 40px;
    bottom: 10px;
    position: fixed;
}

.loading-page .v-progress-circular__overlay
{
    color: white;
}

/*SPLASH SCREEN*/

.splash_screen
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    color: white;
}

.splash_screen__content
{

    height: 205px;
    width: 100%;
}


.splash_screen__content__logo
{
    vertical-align: middle;
    height: 80px;
    margin-bottom: 20px;
}

.splash_screen__content__title
{
    font-family: "Ubuntu";
    font-size: 28px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.2);
    font-weight:bold;
}

.splash_screen__content__subtitle
{
    font-family: "Calibri";
    font-size: 16px;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.2);
}
