*
{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

body
{
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   margin: 0px;
   font-size: 15px;
   line-height: 1.6;
   color: #333;
   background: white;
}

.footer
{
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   font-size: 0.7em;
   padding: 5px;
   line-height: 20px;
}

.welcome+.footer
{
   position: fixed !important;
}

@media only screen and (max-height: 600px)
{
   .footer
   {
      margin-top: 30px;
      position: static;
   }
}

@media only screen and (max-height: 800px) and (max-width: 500px)
{
   div.account-setup+.footer,
   div.password-reset+.footer
   {
      margin-top: 30px;
      position: static;
   }
}

h1
{
   color: #C51017;
   text-align: left;
   margin: 10px 0px 0px 0px;
   padding-left: 10px;
   border-bottom: 1px solid #C51017;
   font-size: 1.8em;
   font-weight: bold;
}

div.error-page p
{
   margin: 10px;
}

.error
{
   color: red;
}

div.error-container
{
   margin: 100px 20px;
   text-align: center;
}

div.error-container span.error
{
   max-width: 800px;
   background-image: url(images/warning-32.png);
   background-repeat: no-repeat no-repeat;
   background-position: 0% 50%;
   padding: 0px 10px 0px 42px;
   display: inline-block;
}

div.error-container span.error span
{
   height: 32px;
   vertical-align: middle;
   display: table-cell;
   font-weight: bold;
   font-size: 1.2em;
   text-align: left;
}

@media only screen and (max-width: 400px)
{
   div.error-container
   {
      margin: 20px;
   }
}

/* WELCOME screen */

div.welcome .inner
{
   max-width: 400px;
   position: fixed;
   left: 50%;
   top: 25%;
   transform: translate(-50%, -50%);
}

div.welcome .message
{
   font-weight: bold;
   margin: 0 auto;
   padding: 10px;
   padding-left: 90px;
   background-image: url('images/logoMyBodhiLittle.png');
   background-repeat: no-repeat, no-repeat;
   background-position: 10px center;
   height: 100px;
   display: flex;
   align-items: center;
}

div.welcome .link
{
   text-align: center;
   margin-top: 10px;
}

div.welcome .link a,
div.welcome .link a:hover,
div.welcome .link a:visited
{
   color: blue;
}
