* {
    margin:0;
    padding:0;
}
div#menu {
    margin:0 auto;
}
.tableBanner, .menu {
    background: transparent !important;
}
.tableBanner {
    position: relative;
}
.heading{
    position: absolute;
    bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 40px;
    width: 100%;
}
.container-fluid {
    position: fixed;
    top: 0 !important;
    padding: 0;
    min-height: calc(100vh - 115px - 30px + 10px);
}
.container-fluid:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background: url("../resources/images/circuits-cable.jpg");
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 100%;

    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
.contact {
    color: lightgray;
    font-size: 20px;
    font-weight: bolder;
    position: fixed;
    top: 20px;
    left: 30px;

}
.contact:hover {
    color: white;

}
h1 {
    color: white;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    margin-top: 100px;
}
.col-md-2 {
    padding-top: 50px;
    text-align: center;
}
.form-title {
    color: white;
}
.has-error .form-control{
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}
.has-success .form-control{
    border-color: green;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}
.has-error .form-control:focus{
    border-color: red;
    -webkit-box-shadow: 0px 0px 20px red;
    box-shadow: 0px 0px 20px red;

}
.has-error .input-group-addon {
    color: red;
    border-color: red;
}
.has-success .input-group-addon {
    color: green;
    border-color: green;
}
.errorMsg{
    font-size: medium;
    font-weight: bolder;
    color: #ff0022;
}
.footer {
    width: 100% !important;
    top: calc(100vh - 30px);
    background-color: transparent !important;
}
.footer tr{
    background: none !important;
    background-color: transparent !important;
}
.footer tr:first-child{
    display: none;
}
.footer td{
    padding-right: 40px;
}
