/*================================================================================
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;
}

body{
    background-color: #111820;
    color: white;
}

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;
}

.container {
    max-width: 500px;
}

input[type="text"],input[type="email"] {
    color: white;
}

.input-field label {
    color: white;
}

a {
    text-decoration: underline;
    color: white;
}

.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;
}
