.overlay-loader{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color:rgba(14, 22, 61, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .spinner-border-page{
    color: #a8c4ff;
    z-index: 9999999999;
  }
  
  .spinner-border{border:.25em solid #f5f5f5;border-right-color: transparent;}

  #companySeacrhForm .select2-hidden-accessible,#companySeacrhForm1 .select2-hidden-accessible {
    left:100px;
    top:50px;
 }
.g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
.error {
      color: #dc3545 !important;
      font-size: 0.9em !important;
      margin-top: 5px;
      display: block;
  }
  .input-invalid {
      border: 1px solid #dc3545;
      background-color: #ffe6e6;
  }
  .input-valid {
      border: 1px solid green;
  }

 .form_req::after {
    content: " *";
    color: red;
}