#randomfield { 
    /*
    #randomfield is the ID of the Captcha box
    */
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*
    user-select: none; makes the text field un-selectable (you wouldn't want the user to simply copy-paste the Captcha, would you?)
    Also this shouldn't be confused with the "disabled" attribute written for this input field in the HTML code
    */ 
    
    width: 200px;
    color: black;
    /*border-color: black;*/
    border: 1px solid #cfd9db;
    text-align: center;
    font-size: 26px;
    padding: 5px;
    
    /* Change the URL to the picture you would want as the background of the text field 
    background-image: url('https://4.bp.blogspot.com/-EEMSa_GTgIo/UpAgBQaE6-I/AAAAAAAACUE/jdcxZVXelzA/s1600/ca.png');*/
    background-image: url('./../image/back4.png');
    /*opacity: 0.6;*/

    
}

  .captcha {
    float: left;
    /*padding: 20px;*/
  }

  .captcharead {
    /*cursor: pointer;*/
        /*
    #randomfield is the ID of the Captcha box
    */
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black !important;
    opacity: 1 !important;
    /*
    user-select: none; makes the text field un-selectable (you wouldn't want the user to simply copy-paste the Captcha, would you?)
    Also this shouldn't be confused with the "disabled" attribute written for this input field in the HTML code
    */ 
    
    color: black !important;
    /*border-color: black;*/
    /*border: 1px solid #cfd9db;*/
    text-align: center;
    font-weight: 600;
    
    /* Change the URL to the picture you would want as the background of the text field 
    background-image: url('https://4.bp.blogspot.com/-EEMSa_GTgIo/UpAgBQaE6-I/AAAAAAAACUE/jdcxZVXelzA/s1600/ca.png');*/
    background-image: url('./../image/back4.png') !important;
    max-width: 150px;
    padding: 0.27em 1em 0.27em 1em !important;
    font-size: 1.5em  !important;
  }


  .captchatxt {
    /*text-align: center;
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: 0.25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);*/

    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #f7f7f7;
    box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    line-height: 1.25em;
    padding: 0.75em 1em 0.75em 1em;
  }

  .captchadone {
    /*border: none;
    background: #2c3e50;
    border-radius: 0.25em;
    padding: 13px 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 13px 20px;*/
    padding: 0.75em 1em 0.75em 1em;
    cursor: pointer;
    font-size: 0.75em;
}
.showpointer {
    cursor: pointer;
}
.checkboxmargin {
    margin-top: 9px;
    margin-right: 9px;
}

.checkboxcapa label {
    font-weight: 600;
    color: #666;
    margin: 0;
}
.error-message {
  min-height: 190px;
}
.error-message ul {
  margin: 0;
}
.error-message li {
  margin: 0;
  color: rgb(187, 0, 0);
}

