.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: 25px;
    right: 0px;
    font-size: 16px !important;
    height: 52px;
    width: 175px;
    border-radius: 25px !important;  
    font-weight: 400;
    text-align: center !important;
    padding-left: 22px;
    padding-top: 15px;
    background:#605da8 !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: #fe8e00 ;
    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;
}
    