/*
Theme Name: filer
Theme URI: filer.akesson.nu
Description: enkel loggin till filhanterare
Version: 1.0 
Author: Hans Åkesson
Author URI: 
Tags: 
*/
body {
    background-color:#bf7373;
    font-family: arial, helvetica, verdana;
    font-size: 0.8em;
    width: 100%;
    height: 100%;
}
.button {
  background-color: #e7e7e7;
  border: none;
  border-radius: 0.5em;
  color: black;
  padding: 0.8em 1.8em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.33em;
  margin: 0.53em 1.19em;
  cursor: pointer;
}
.divy {
    width:14em;
    margin:auto;
    padding-top:3em;
    /*border-style: solid;
    border-color: black;*/
}
.divi {
  width:12em;
  margin:auto;
  /*border-style: solid;
  border-color: black;*/
}
