html,body {
    height:100%;
}

.material-icons {
    font-family: 'fontello' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 19px !important;
    display: inline-block;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.login-button {
    margin: 10
}

.app-title {
    color: #FFFFFF;
}
