body {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

a {
    color: #0000ff;
    text-decoration: none;
}

.bannerimg {
    display: block;
    background: rgba(0, 0, 0, 0.17);
    background-image: url(https://advocator.getthereferral.com/img/purl_page_top_banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 300px;
    position: relative;
}

.sechead {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.sechead img {
    vertical-align: top;
    margin-right: 15px;
    margin-top: -5px;
}

.referral {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
}

.referral span {
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}


.referral-form {
    font-size: 15px;
    box-shadow: 0px 0px 30px 0px rgb(104 99 109 / 15%);
    padding: 0 20px;
    border-radius: 0.42rem;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    height: 30px
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #00529b;
    border-radius: 20px;
    color: #fff !important;
    border: none;
    padding: 10px 25px;
}

.footer {
    background: #3c3c3c;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}

.copyright {
    background-color: #535353;
    padding: 10px 0;
    color: #dfdfdf;
    font-size: 15px;
}

.logobg {
    background-color: #004080;
    margin-left: -21px;
    margin-right: -21px;
}

@media (max-width: 900px) {
    .copyright .col-sm-4 {
        text-align: center;
    }
}