.search-outer .search .wdc-input{
        
    height: 70px !important;
    border-radius: 0px;
    font-size: 18px !important;
    font-weight: 400;
    padding-left: 8px !important;
    border-color: #DBDEDE;
    font-family: 'Barlow', sans-serif;
     box-shadow: 0 0 0 0px #c4cdd5 !important;
    
}

.search-outer .search #Submit{
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 16px !important;
    height: 60px;
    width: 150px;
    border-radius: 4px !important; 
   
    font-weight: 400;
    text-align: center !important;
    padding-left: 22px;
    padding-top: 15px;
    background: #26264F !important;
    box-shadow: 0 0 50px 0 rgb(224 233 234 100%) !important;

}
.wdc-search-one .wdc-button{
    border-radius: 0px !important;
}
.wdc-search-one .wdc-search-form .wdc-search-content input{
      border-radius: 0px !important;
    
}

.search-outer .search #Submit:hover{
    background: #104EC8 !important;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.wdc-search-one .wdc-domain-available button{
     background: #26264F !important;
}
.wdc-search-one .wdc-domain-available button:hover{
       background: #26264F !important;
    color: #fff;
}
    