﻿/*body {
    background-image: url(../../bg_01.png);
}

.header {
    padding-top: 8px;
    border-bottom: 6px solid #000000;
    background: #ffffff;
}

.header_USOP {
    border-bottom: 6px solid #557b26;
    background: #88bb49;
}

.footer {
    background: #fff;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .footer a {
        color: #000;
    }
    */
.container_Main {
    background: #ffffff;
}

.SiteNameColor {
    color: #000000;
}

.row {
    margin: auto !important;
}

.form-group {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 15px;
}

.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }

.error_flags {
    color: white;
    font-size: 11px;
    background: #c30707;
    padding: 3px 5px;
    border-radius: 5px;
    position: relative;
    top: -3px;
}

.MainForm {
    padding: 0 20%;
}

    .MainForm label {
        margin-bottom: 10px;
    }

span.col-sm-3 {
    width: unset;
    float: unset;
}

.SiteLogo_HLF {
    padding: 0px 0px 10px 0px;
}

.SiteLogo_SSB {
    width: 100%;
    max-width: 10%;
    padding: 0px 0px 10px 0px;
}

.SiteLogo_BLH {
    width: 100%;
    max-width: 10%;
    padding: 0px 0px 10px 0px;
}

.SiteLogo_TSH {
    width: 100%;
    max-width: 15%;
    padding: 0px 0px 10px 0px;
}


@media only screen and (max-width: 600px) {
    .MainForm {
        padding: 2%;
    }

    span.col-sm-3 {
        width: 100%;
        float: left;
    }

    .SiteLogo_HLF {
        width: 100%;
        max-width: 80%;
        padding: 0px 0px 10px 0px;
    }

    .SiteLogo_SSB {
        width: 100%;
        max-width: 32%;
        padding: 0px 0px 10px 0px;
    }

    .SiteLogo_BLH {
        width: 100%;
        max-width: 32%;
        padding: 0px 0px 10px 0px;
    }

    .SiteLogo_TSH {
        width: 100%;
        max-width: 50%;
        padding: 0px 0px 10px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .MainForm {
        padding: 2%;
    }
}

.btnSubmit {
    background: #76b900 !important;
    color: white;
    padding: 10px;
    border: none;
    width: 80%;
    border-radius: 8px;
    font-size: 19px;
    margin-top: 10px;
    cursor: pointer;
    margin-top: 25px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    width: 250px;
    text-decoration: none;
}

    .btnSubmit:hover {
        background: #5f8a29;
        color: #fff !important;
    }

.btn:focus-visible {
    color: #fff !important;
    background-color: #76b900 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
