﻿html, body {
    background: #000;
    color: #fff !important;
}

.has-error label,
.has-error .form-control {
    color: red !important;
    border-color: red !important;
}
.form-control {
    background-color: transparent !important;
}
input[type=text],
input[type=email],
input[type=password],
select {
    background: #000 !important;
    color: #ffffff !important;
    font-size: smaller !important;
    font-weight: bold;
}
select.form-control {
    background: #000 !important;
    color: #ffffff !important;
    font-size: smaller !important;
    font-weight: bold;
}
#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;
}
.text-white {
    color: #fff !important;
}
.text-transparent {
    color: transparent !important;
}
.form-control {
    color: #fff !important;
}
:-ms-input-placeholder.form-control {
    color: gray !important;
}