body {
    padding-top: 60px;
    padding-bottom: 330px;
}
.col-login {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
}
.login-background {
    min-height: 800px;
    background: url(/assets/images/login-background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.centered {
    text-align: center;
}
.invoice-tile {
    min-height: 380px;
}
.footer {
    height: 320px;
    left: 0;
    bottom: 0px;
    position: fixed;
    width: 100%;
}
.footer {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 25px 0;
}
.footer .links li {
    display: inline-block;
    padding-right: 20px;
}
.footer .links a {
    color: #fff;
}
.footer .links a:hover {
    color: #b5a0ff;
    text-decoration: none;
}
.vcard {
    min-height: 175px;
}
img.small {
    padding: 4px;
    max-width: 48px;
    max-height: 48px;
}
@media (min-width: 400px) {
    h1 {
        font-size: 3.6rem !important;
    }
    body {
        padding-bottom: 150px;
    }
    .footer {
        height: 140px;
    }
}
.btn-dropdown {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}