/*
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 : 08.10.2019, 15:27:20
    Author     : rene.mehlman
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
html, body { margin:0; background-color:white; text-align:center; 
             font-family: "Open Sans", sans-serif; font-size: 18px}
#container--inner { height:100%; max-width:1024px; margin: 100px auto; }
.logo { width:220px; height:auto; }
.textbox { margin: 50px 30px };