@import url('admin-nav-actions.css');
.thumbnailImg {
    text-align: center;
    margin-bottom: -90px;
}
.thumbnailImg img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 5px;
    border-bottom: 3px solid #ccc;
}
.thumbnailCaption {
    background: #fff;
    padding: 120px 50px 20px;
    border: 2px solid #232951;
    border-radius: 15px;
}
.thumbnailBox.blue .thumbnailCaption {
    background: #232951;
    border: 2px solid #fff;
    color: #fff;
    }
.thumbnailCaption .form-control {
    color: #fff;
    height: 50px;
    padding-left:20px;
    }
.thumbnailCaption .form-control::-moz-placeholder {
    color: #fff;
    }
.thumbnailCaption  .form-control::placeholder {
    color: #fff;
    }
.headingHint span {
    display: inline-block;
    height: 4px;
    width: 60px;
    background: #232951;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.signupSection {
    background: #f7f7f7;
}
.aboutusSection {
    background: #eee;
}
.aboutusSection p{
    color:#546e9b;
}

@media (min-width: 768px) {
    .thumbnailCaption {
        height: 410px;
    }
    .thumbnailBox .thumbnailCaption p {
        font-size: 16px;
        line-height: 25px;
        }
    .signupSection h2,
    .aboutusSection h3 {
        font-size: 48px;
    }
    .signupSection p,
    .aboutusSection p {
        font-size: 16px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .thumbnailBox {
        max-width: 500px;
        display: inline-block;
        
    }
}