﻿h3 {
    color:#114c7f;
}
.form-control{
    background-color: #eee;
    border-radius:initial;
    border-color: #eee;
}

.no-margin-left.form-group{
    margin-left:0px;
}
.no-margin-right.form-group{
    margin-right:0px;
}

.webinar-wrap .upcoming-info{
     background-color: #eee;
     margin-bottom: 20px;
     padding:10px;
}
.col-md-6.no-margin-left{
    margin-left:0px;
}

.hometop-webinar .geistlich-webinar-image {
    background: url('../images/img-banner3.jpg') no-repeat;
    height: 525px;
    background-size: 100% 525px;
}

#allApplicantsDatatable_wrapper {
    color: #000;
}

@media (max-width: 499px) and (min-width: 200px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 100px;
        background-size: 100% 100px;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 150px;
        background-size: 100% 150px;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 200px;
        background-size: 100% 200px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 250px;
        background-size: 100% 250px;
    }
}

@media (max-width: 1239px) and (min-width: 980px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 300px;
        background-size: 100% 300px;
    }
}

@media (max-width: 1600px) and (min-width: 1240px) {
    .hometop-webinar .geistlich-webinar-image {
        background: url('../images/img-banner3.jpg') no-repeat;
        height: 400px;
        background-size: 100% 400px;
    }
}