/* 
    Document   : main
    Created on : 9.8.2013, 13:52:42
    Author     : juliusleppala
    Description:
        Purpose of the stylesheet follows.
*/


html, body {
    height: 100%;
    margin:0px;
    padding:0px;
    -webkit-font-smoothing: antialiased;

}



div#login-content {
    display: table;
    height: 100%;
    width: 100%;
}

div#login-content .row {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}



.copyright {
font-size: 0.8em !important;
  color: lightgrey;
}

span[data-growl="message"] {
    margin-right:10px;
}