/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* HEADER */

.home-domain-search {
    background: url(/templates/trbd21/img/turb_head1.jpg);
    background-size: 100%;
    /* min-height: 700px; */
    padding:4% 0;
}
.home-domain-search h2 {
    margin: 35px 0 110px 0;
    color: #ec222b;
}
.main-head-border {
    border:#ec222b 1px solid;
    width:800px;
}
.home-domain-search .input-group-wrapper {
    margin:25px 0 5px 0;
    padding:10px;
}
.btn-primary {
    background-color:#ec222b;
    border-color: #ec222b;
}
.btn-primary:hover {
    background-color: #c00903;
}
.p-5 {
    /* border: #ec222b 1px solid; */
    background-color:#e9eceff2;
    max-width: 850px;
    margin: auto;
    border:#c00903 1px solid;
}

.verification-banner {
    font-weight: 600;
    background-color: #ffc929;
    border-bottom: 1px solid #eee;
    color: #5b5b5b;
}

/* FOOTER */

footer.footer {
    padding: 50px 0 10px; 
}


}