body{
    background: #808080;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.page-wrapper{
    height: 100vh;
}
header{
    background: #808080; /* Old browsers */
    background: -moz-linear-gradient(top,  #808080 0%, #7a7a7a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #808080 0%,#7a7a7a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #808080 0%,#7a7a7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #6b6b6b;
    clear: both;
    min-height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.main-content{
    margin-top: -254px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.popup-form-container{
    display: none;
}
footer{
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #7d7d7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#7d7d7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#7d7d7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #707070;
    bottom: 0;
    min-height: 103px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
}
footer .center{
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: 38px;
    text-decoration: none;
    vertical-align: top;
}
footer .center a{
    color: #004567;
}
#SignupModal .modal-dialog{
    margin-top: 80px;
    max-width: 365px;
}
#SignupModal .modal-content{
    border-radius: 0;
}
#SignupModal .modal-body {
    padding: 15px 30px;
}
#SignupModal .headline{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
#SignupModal .comment{
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    color: #000;
    margin: 10px 0 20px;
    padding: 10px 0 5px;
}
    #SignupModal .comment ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    #SignupModal .comment ul li {
        background: url(../images/marker.png) 4px 4px no-repeat;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 0 0 24px;
    }
#SignupModal .form-control{
    border-radius: 0;
}
.form-group.additional-form-group{
    display: none!important;
}
#SignupModal .btn.btn-warning.input-lg{
    background: #f6871f;
    border-color:#f6871f;    
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 8px 0 10px;
    width: 100%;
}
#SignupModal .btn.btn-warning.input-lg:hover,
#SignupModal .btn.btn-warning.input-lg:focus,
#SignupModal .btn.btn-warning.input-lg:active{
    border-color:#f6871f;    
    outline: 0;
}
#SignupModal .validation-error {
    color: #bc302a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    background-color: none;
}