.jhcl-metafields .form-field {
    margin-bottom: 1rem;
}

.jhcl-metafields label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 400;
}

.jhcl-metafields .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.jhcl-table-metabox table.table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.jhcl-table-metabox table input[type="text"] {
    width: 100%;
}

.jhcl-table-metabox td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding:6px 20px;
  }

.jhcl-metafields .form-field-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jhcl-metafields .form-field-group .form-label{
    width: 20%;
}

.jhcl-metafields h3 {
    font-size: 14px;
    font-weight: 600;
}

.jpcl-signature-image-preview-wrapper img {
    width: 200px;
}