/* CSS Document */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.full-width { width: 100%; }
.text--right { text-align: right !important; }

/********************************************
******************* Login *******************
********************************************/
/*.bg-login { background-color: #82bbc1; }*/
.login-bg::before { 
   background: url('../../../media/bg-login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/  
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .9;
  z-index: -1;
}
#login { position:absolute; top:15%; right:0; left:0; height: 400px; overflow: hidden; background-color: transparent !important; }
#login .mdl-layout { align-items: center; justify-content: center; }
#login .mdl-layout__content { padding: 5px; flex: none; margin: 0 auto; }
#login .mdl-card__title { border-bottom: 2px solid green; }