/*================================================================================
https://www.naitways.com
Author: gvassal
License: GPL v2.0
================================================================================

/* LOADER */
.ntw-preloader{
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 99;

    /* Border style */
    -moz-box-shadow: inset 0px 0px 50px 0px #EEE;
    -webkit-box-shadow: inset 0px 0px 50px 0px #EEE;
    -o-box-shadow: inset 0px 0px 50px 0px #EEE;
    box-shadow: inset 0px 0px 50px 0px #EEE;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#EEE, Direction=NaN, Strength=50);
}

.ntw-preloader > .preloader-wrapper {
    position: absolute;
    top :0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* VUE.JS */
[v-cloak] {
    display: none;
}

/* FONTS */
/*@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}*/

/* APP */
/*html, body, * {
    font-family: Roboto, Arial;
    text-transform: uppercase;
}*/

body{
    background: url('../img/background_wellio_no_logo.png');
    background-position: top;
}

h2,h3,h4{
    color: #034EA2;
    font-size: 2em;
}

.ntw-selected{
    color: #034EA2 !important;
}

/* Header */
#logo{
    display: flex;
    justify-content: center;
}

#logo > img {
    height: 150px;
    z-index: 99;
}

#banner{
    height: 0;
    margin-bottom: 140px;
}

#lang{
    padding: 10px;
    position: absolute;
    right: 15%;
    top: 50px;
    background: white;
}

#lang ul{
    margin: 3px;
}

#lang ul li{
    display: inline-block;
    padding-right: 5px;
}

#lang a{
    text-transform: none;
    color: #414042;
    outline: none;
}

#lang a.ntw-selected{
    text-decoration: underline;
}

/* SECTION */
#loginScrenn{
    background-color: white;
}

@media screen and (max-width: 993px) {
    .ntw-frd {
        padding-left: 52px !important;
    }
    #firstname-label, #enterprise-label{
        margin-left: 3rem;
    }
}

.ntw-margin{
    margin-top: 10px;
    margin-left: 60px;
}

.mgbt{
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

footer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}