﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 60px;
    background: url('../../../img/CSLOGINBG_50.jpg') no-repeat fixed center center;
    opacity: 0.9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.jumbotron {
    background-color: rgba(0, 0, 0, 0.0);
    color: #ffcc33;
}

.panel-default, .panel-footer {
    background-color: rgba(0,0,0,.5);
    color: #ffcc33;
    border: none;
}

.panel-footer {
    border-top: solid thin rgba(255, 204, 51, 0.30);
}

.panel-defaul .panel-heading {
    background-color: rgba(0,0,0,.5);
    color: #ffcc33;
    border: #eee;
}

.form-group.last {
    margin-bottom: 0px;
}
