/*body{
   !* This image will be displayed fullscreen *!
   !* Ensure the html element always takes up the full height of the browser window *!
   min-height:100%;

   !* The Magic *!
   background-size:cover;

   background: rgba(245, 245, 245, -1) url('bowling.jpg') no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   }*/

/* body{
   !* Workaround for some mobile browsers *!
   min-height:100%;
   }
 */
/* 
   ol {
   counter-reset: list;
   }

   ol > li {
   list-style: none;
   position: relative;
   display: table-row;
   }

   ol > li:before {
   counter-increment: list;
   content: "[" counter(list) "] ";
   postion: absolute;
   left: -1.4em;
   display: table-cell;
   padding: .7em;
   }
 */

body{
    background:url('background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5rem;
}

body {
    padding-top: 5rem;
}

.overview {
    padding: 3rem 1.5rem;
    text-align: center;
}

.content {
    padding: 3rem 1.5rem;
}

/* input[type=text] {
   background-color: #FFFFFF;
   color: #020402;
   }

   input[type=username]{
   background-color: #FFFFFF;
   color: #020402;
   }

   input[type=password]{
   background-color: #FFFFFF;
   color: #020402;
   }

   text{
   color: #ffffff;
   }

   h3{
   color: #ffffff;
   }

   .transparent-input {
   background-color: rgba(0, 0, 0, 0);
   border:none;
   }
   .container{
   min-width: 1140px;
   } */
