
body{
    color: #717273;
}
/*WELCOME PAGE*/
.body-welcome{
    background: url("../img/bg.png") repeat;
}
.welcome-logo{
    max-width: 800px;
}
.welcome-logo{
    max-width: 800px;
}
html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}
.welcome{
    margin: 0 auto;
}
.welcome img {
    max-height: 200px;
}
