﻿
body {
    color: #ffffff;
    text-align: center;
}

#TopWrapper {
    background: url(/images/4568/truck_bg.jpg) #3e4853 bottom center no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

#TopWrapperOverlay {
    min-height: calc(100vh - 140px);
    background: rgba(0,0,0,.4);
}

#TopWrapperOverlay .header-wrapper {
    border-bottom: none;
}

body hr {
    border-top: 1px solid #ffffff;
    margin-top: 14px;
}

body .statusCoName {
    color: #ffffff;
}

label, p {
    color: #ffffff;
}

body .search-header {
    border-bottom: none;
}

.col-sm-4 {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .col-sm-5 {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-2.col-md-3 {
        margin-left: 4%;
    }
}

@media (min-width: 1200px) {
    .col-lg-2.col-md-3 {
        margin-left: 12.25%;
    }
}

@media (min-width: 768px) {
    #WrapperContent {
        margin-top: 70px;
    }
}

body a {
    color: #ffc800;
}

    body a:hover, body a:active, body a:focus {
        color: #e6b400;
    }

#TopWrapper .search-container {
    background: none;
}

#TopWrapper .statusCoName {
    text-align: center;
}

#TopWrapper .invitaion-content-section .col-lg-2 label {
    text-transform: unset;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 991px) and (min-width: 768px) {
    #TopWrapper .invitaion-content-section .col-lg-2 {
        width: 100%;
        float: none;
        text-align: center;
    }

    #TopWrapper .invitaion-content-section .col-sm-4 {
        width: 100%;
        text-align: center;
    }
}

#ctl00_ContentPlaceHolderMain_lblPageInsructions {
    font-size: 14px;
    font-weight: 900;
    margin-top: 15px;
}

#TopWrapper .search-fields.form-group {
    padding-top: 10px;
}

#ctl00_ContentPlaceHolderMain_txtAlreadyReg {
    text-transform: uppercase;
}