/*
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 : 17.11.2016, 18:16:02
    Author     : mirek
*/

body {
    font-size: medium;
}

h1 {
   font-size: large;
   display: inline;
   margin: 0 0 0 20px;
}

#background {
    width: 360px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -180px;
    background-color: #ccccff;
}

#container {
    margin: 10px 10px 10px 10px;
}

#button {
    float:right 
}

.login  {
    width: 100%;
    box-sizing:border-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#user {
    float:right;
    margin: 0 20px 0 0;
}

.error {
    color: #ff0000;
}