
.grecaptcha-badge {display: none;}

#regi .searchbox .status {
    text-align: center;
    margin-bottom: 30px;
}

#regi .searchbox .status.default h3 {
    font-size: 24px;
}

#regi .searchbox .status h3 {
    color: #004474;
    display: inline-block;
    font-size: 24px;
}

#regi .searchbox .input-group input.form-control {
    border: none;
    box-shadow: none;
    border-color: #fff;
    color: #00ace4;
    font-size: 24px;
    height: 38px;
    padding-top: 0;
}

#regi .searchbox .input-group {
    box-shadow: 1px 1px 4px 0px #8B8B8B;
    border-radius: 8px;
}

.loader { display: none;
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border:6px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  border-top-color: #00ace5;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
#dv-loader {display: none;position: absolute;top: 0;width: 100%;
  margin: auto;height: 100%;background: #fbf7f78c;z-index: 100;
}
#dv-loader .loader {display: block;margin-top: 250px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


.dv-rlg img {margin:auto;}




