.st0 {
    fill: none;
    stroke: orange;
    stroke-miterlimit: 50;
    stroke-dasharray: 80;
    stroke-width: 3;
  }
  input[type="text"] {
    padding: 12px 20px;
    display: inline-block;
   
    border-radius: 4px;
    box-sizing: border-box;
  }
  button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  }
  canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
  }
#cpatchaTextBoxWeb{
  border: 1px solid #fda86a;
}
  textarea.form-control {
    padding: 10px 15px;
    border: 1px solid #fda86a; 
    border-radius: 5px;
    background-color: #ffecde; 
    font-size: 14px;
    resize: none; 
    height: 80px;
    margin-bottom: 12px;
  }

  .error{
    color: #940101;
    font-size: 12px !important;
}

@media screen and (max-width: 490px) {
    .consul-form {
        margin: 0 0px !important;
    }
}


@media screen and (min-width: 960px) {
    .consul-form {
      
        overflow-y: scroll !important;
    }
}

.consul-form label {
    font-size: 13px;
    font-weight: 500;
    margin: 4px 0 !important;
}