﻿body {
    background-image: none !important;
    background-color: #fff !important;
    padding: 20px !important;
    padding-top: 0px !important;
    height: unset;
    font-size: small;
}

* {
    outline: none !important;
}

.active a {
    border-radius: 0px !important;
}

footer {
    color: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position:fixed;
    z-index:10;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Cambria;
    font-size: smaller;
    background-color:#c1c1c1;
}

h1 {
    font-family: 'Impact';
}

h2 {
    font-family: 'Impact';
    font-size: 50px;
}

h3 {
    font-family: 'Impact';
    text-transform: uppercase;
    color: #FFF;
}

h4 {
    font-family: 'Impact';
    color: #FFF;
}

.css-login-layer {
    background-color: #0aa699;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 10;
}

.css-signup-section {
    padding: 10px;
    z-index: 100;
    top: 200px;
    left:0px;
    right:0px;
    text-align:center;
    position:absolute;
}

.css-signup-section-controls {
    background-color: #FFF;
    padding: 10px;
    font-family:Verdana;
}

.css-signup-btn {
    padding-left: 30px;
    padding-right: 30px;
}

.css-signup-btn-progress {
    background-image: url('../images/gif/progress.gif');
    background-size: auto 15px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.btn {
    border-radius: 0px !important;
    margin-left: 10px !important;
}

.css-login-section {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 100;
}

.row {
    margin-bottom: 20px !important;
}

.css-bringbuzz-label {
    font-family: Verdana;
    font-size: smaller;
    text-transform: uppercase;
    font-weight: bold;
}

.css-bringbuzz-input-control {
    border: solid 1px #c1c1c1;
    padding: 5px;
    width: 100%;
    display: block;
}

    .css-bringbuzz-input-control:focus {
        outline: none;
    }

    .css-bringbuzz-input-control:disabled {
        cursor: no-drop;
    }

.css-login-bringbuzz-icon {
    height: 21px;
    width: 106px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 100;
}

.css-white{
    color:#FFF;
}

.modal-header {
    text-align: left !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px 5px 0px 0px !important;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.css-client-logo {
    height: 100px;
    width: 100%;
    background-image: url('../images/client-logo.png');
    /*background-size: auto 100%;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.panel-footer {
    bottom: 0 !important;
    position: sticky !important;
    position: -webkit-sticky !important;
    z-index: 10;
}