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

    ** Custom Stylesheet **

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

***************************************************** */
/*Whmcs nav bar colors*/
.navbar-main{
    background-color: #810000;
}

.home-shortcuts {
    background: #810000;
}
/*search domain box with earth ball in*/
.domain-checker-container{
    background-color: #0E5077;
   background: -webkit-linear-gradient(top,#0E5077,#810000);
}
/*green buttons underneath domain saerch box*/
.label-success {
    background-color: #0E5077;
}

/*add webhosting button*/
.btn-warning {
    color: #fff;
    background-color: #810000;
    border-color: #810000;
}
    
