body {
  background: url('../images/fotolia_61196303.jpg') center center no-repeat fixed;
  background-size: cover;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
  background-color:rgba(255,255,255,1);
    margin-left: auto;
    margin-right: auto; 
    max-width: 735px;
    padding: 2em;
    /*border-radius: 2em;*/
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.logo img { width: 100%; height: auto }

.container {
  border-top:3px solid #666;
  margin-top:1em;
  padding-top: 1em;
}

.container .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #999;
  font-weight: bold;
  /*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
  padding-bottom: 0.57em;
  border-bottom: 1px dashed #999;
}

.float
{
  box-sizing: border-box;
  width:50%;
}

.float.left
{
  float:left;
  border-right: 1px dashed #999;
  padding-right: 1em;
}

.float.right
{
  float:right;
  padding-left: 1em;
}

.footer
{
  border-top: 1px dashed #999;
  padding-top: 1em;
  clear: both;
  font-size: 0.8em;
  text-align: center;
}

h1
{
  font-size: 1.5em;
}