
body {
    background-color: #f0f0f0 !important;
}

.hiddenFrame {
    width: 0px;
    height: 0px;
    border: none;
    opacity: 0;
    z-index: -99;
    position: absolute;
}

.fullscreen_bg {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
    z-index: -1;
    opacity: 1;
    background-color: cadetblue;
}

.form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 50px;
}

    .form-signin .form-signin-heading, .form-signin {
        margin-bottom: 10px;
    }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="text"] {
            margin-bottom: -1px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: none;
            border-left-style: solid;
            border-color: #000;
        }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top-style: none;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-color: rgb(0,0,0);
            border-top: 1px solid rgba(0,0,0,0.08);
        }

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.logo {
    left: 5px;
    width: 135px;
    bottom: 4px;
    z-index: 888;
    position: absolute;
}

.mobile-logo {
    position: relative;
    bottom: 18px;
    left: 10px;
}

.logo-login {
    left: 15px;
    width: 200px;
    margin-top: 10px;
    z-index: 888;
    position: absolute;
}

.mobile-logo-login {
    top: -15px;
    position: absolute;
    left: 0;
}


.tablerow {
    cursor: pointer;
}

#footer {
    color: white;
    position: fixed;
    bottom: 5px;
    left: 10px;
    width: 100%
}


@media (max-width: 1199px) {
    .navbar-collapse {
        padding-left: 40px;
    }
}


@media (min-width: 1200px) {
    .navbar-fixed-top {
        padding-left: 130px;
    }
}

