
html, body {
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    /*font-size: 15px;*/
    font-weight: 400;
    color: white;
    line-height: 30px;
    background: url('../images/TSS_Homepage_1920x1080_300dpi.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    text-decoration: underline;
    color: #f3f3f3;
}

a:hover, a:focus {
    color: white;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 400;
    color: #555;
    line-height: 44px;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

p {
    color: #fff;
}

#login_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/***** LoginBox ******/

.login-form {
    background: rgba(0, 0, 0, 0.5);
}

.description {
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
    .login-form {
        height: 100%;
    }

    .description {
        height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    body {
        background: url('../images/TempChain_Services_Homepage_360x640.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}