.btnSubmit {
    font-family: "Arial", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    transition: 0.5s;
    color: #fff !important;
    border: 2px solid #004080 !important;
    background-color: #004080 !important;
    margin-top: 50px !important;
	cursor: pointer !important;
 }

 


  .error { 
    color: red; 
    font-size: 13px;  
  }
  .success {
    color: green;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight:500;
    font-size: 20px;
  }
  
  .privacypolicy{
      margin-bottom:10px;
  }
  
  #checkvalidation{
      color:red;
  }
  
  .checkbox{
    width: 40px;
    
  }
  
  .captchaverify{
    padding-left: 15px;
    font-weight:500;
    font-size: 20px;
  }
  
  #captchaText{
    font-size: 20px;
    margin-left: 15px !important;
  }
  
  #captchaInput{
      display: block;
      width: 50% !important;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.0;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      margin-bottom: 10px;
      margin-left: 15px !important;
  }
  
  input, textarea {
    position: relative;
    z-index: 1;
}
.succeedform {
  margin: 10px 0px !important;
}

#msg {
  height: 100px !important;
}