div.flashMessage{
  width:100%;
  cursor: pointer;
}

div.flashmsg{
  padding:1.2em;
   cursor: pointer;
}

.middle{
position: absolute;
width:100%;
top: 50%;
transform: translateY(-50%);
}


div.loginPanel{
            width:160px;
            margin: 0 auto;
            /*background: #FF0000;*/
            
}

div.loginPanel button.btn-primary[type='submit']{
            width:100%;
}

        
.logo{
    display: block;
    width:150px;
    height: 150px;
    margin: 0 auto;
    
    background: url(../img/logo.png) 0 0 no-repeat;
    background-size: contain;
    
}

.navbarLogo{
  
  width:22px;
  /*height: 40px;*/
  
}



h1.title{
    font-family: "azo-sans-web";
    font-weight: 900;
    font-style:  normal;
    font-size: 46px;
    text-indent: 13px;
    color: #000;
    margin-top: 4px;
    letter-spacing: -1.4px;
}


