/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2019 | 14:02:16 */
.customDomainForm #dname
{
 padding-right: 0px;
 margin-right: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  
}

.customDomainForm .custom-select
{
   border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
 
}

.customDomainForm button
{
  color: white!important;
  margin-left:5px;
}


.domainBanner #dname
{
 padding-right: 0px;
 margin-right: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  
}

.domainBanner .custom-select
{
   border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
 
}

.domainBanner button
{
  color: white!important;
  margin-left:5px;
}

.form-check-label-01
{
  padding-right: 400px;
  padding-left: 20px;
}

.form-check label
{
  color:white !important;
}

ul.ico_check {
  list-style-image: url('https://yoursite.com/wp-content/uploads/check.svg');
}
