﻿html, body {
    background: #000;
    color: #fff !important;
}

.has-error label,
.has-error .form-control {
    color: red !important;
    border-color: red !important;
}

input[type=text],
input[type=email],
input[type=password],
select {
    background: transparent !important;
    color: #ffffff !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    font-size: small !important;
}

#divFooter {
    -moz-box-shadow: -5px 0px 15px #000000;
    -webkit-box-shadow: -5px 0px 15px #000000;
    box-shadow: -5px 0px 15px #000000;
    background-color: #222222;
    text-align: center;
    width: 100%;
    height: 70px;
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    #divFooter .col-xs-6 {
        padding: 20px !important;
    }

    #divFooter a {
        cursor: pointer;
        color: #ddd !important;
    }

        #divFooter a:hover {
            text-decoration: none;
            color: #ffffff !important;
        }
