    .login {
		background: -webkit-linear-gradient(left, #25b99a , #3b97d3); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #25b99a, #3b97d3); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, #25b99a, #3b97d3); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, #25b99a , #3b97d3); /* Standard syntax (must be last) */
    }
    
    .ng-pageslide {
        background: #eee;
    }
    
    .sidenav {
        background: #eee;
        min-height: 100%;
        position: relative;
    }
    
    .auth-view {
        height: 100%;
    }