﻿.logo h1 {
    width: 383px;
    height: auto;
    display: inline-block;
    line-height: 1.8em;
    background: url(../../images/logo-TMA.png) no-repeat;
}

.login-page {
    background: url(../images/bg-login.png)no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
