﻿
html {
    height: 100% !important;
}

body {
    background: url('../content/img/background_full.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    /* login */


    body.login-content:before {
        background: rgba(0, 0, 0, 0.35);
    }

.lc-block:not(.lcb-alt) {
    padding: 0px;
}

.login-text-danger ul {
    margin-top: 5px;
    padding-left: 0;
    list-style-type: none;
}

.lc-block:not(.lcb-alt) .btn-login {
    top: 65%;
    z-index: 9;
}

.powered_by {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
