body {
    background-image: none !important;
    color:#494949;
}
.header, .footer {
    opacity: 1 !important;
    z-index: 50;
}
.container {
    height:93%;
    /*height:100vh;*/
}
#signup-container {
    background-color:white;
    /*margin-top:10px;*/
    text-align:center;
    /*margin-bottom: -80px;*/
    padding-bottom: 10px;
}
.search_type a {
    font-size: 18px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 20px !important;
    color: #DE5021 !important;
    background-color: #FFFFFF !important;
    padding: 0px;
}
.search_type a:hover {
    color: #FFFFFF !important;
    background-color: #DE5021 !important;
}
input, select {
    position: relative;
    width: 50%;
    height: 40px;
    margin-top: 10px;
    padding: 8px;
    outline:none;
    font-size: 15px;
    text-align: left;

}
input[type="submit"] {
    width: 200px; /* width of image */
    height: 50px; /* height of image */
    border: 0;
    background-color: #DE5021;
    color: white;
    font-size: 14px;
    text-align: center;
    letter-spacing:0.75px;
    text-transform: uppercase;

}
.title-row {
    font-weight: normal;
    padding-top:30px;
}
#title {
    font-weight:normal;
    font-size:20pt;
    margin-bottom:20px;
}

a#log-in, a:visited#log-in {
    color:#DE5021 !important;
}

@media only screen and (max-device-width: 600px) {
    #title {
        font-size:22pt;
    }
}