
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  height: 100%;
}

img.main-brand{
  max-width: 170px;
  max-height: 100px;
}
.brand-logo{
  height: 100%;
  padding: 10px !important;
}
.brand-logo img{
  height: 100%;
}

.waves-effect.waves-blue .waves-ripple {
 background-color: rgba(121, 85, 72, 0.65);
}

#header_panel_account_connected .account-photo{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  height: 100%;
}

footer.page-footer{
  margin-top: 0;
  padding-top: 0;
}
footer #footer-content{
  margin-bottom:0px;
}
footer.page-footer .footer-copyright{
  height: 30px;
  line-height: 30px;
  background-color: #323232;
}

.button_width100p{
  width:100%;
  margin-top: 20px;
}


nav form {
  margin-left: 180px;
  width: 300px;
}
nav .nav-wrapper form,
nav .nav-wrapper form .input-field {
  height: 100%;
}

i.iconMenu{
  font-size: 1.4rem !important;
  margin-right: 5px;
}
