/*
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 : 01.10.2019, 03:40:29
    Author     : Ralf Hannemann
*/


body{
    background-color: #fff;
    color: #000;
}

#wrapper{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#content-outer{
    background-image: url('../images/snow-5874234.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

#overlay2{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
}

.form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

label{
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus {
    outline: none;
    border-color: #4346FF;
}

button, input[type="submit"], input[type="reset"] {
    background-color: #4346FF;
    color: #fff;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #00A1DE;
}

.form {
    /*width: 100%;*/
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    z-index: 100;
    width: auto;
    margin: inherit;
}

@media screen and (max-width: 750px) and (orientation: landscape) {}
@media screen and (min-width: 751px) and (max-width: 1024px){}
@media screen and (min-width: 751px) and (max-width: 1024x) and (orientation: landscape) {}
@media screen and (min-width: 1025px){}