.form-required 
{
	color: red;
}

table.form-table.data-table label {
    width: 100%;
    display:none;
}
input:not([type=submit]) {
    background: #fff;
    box-shadow: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 15px;
}
.form-desc {
    font-size: 14px;
    line-height: 1.2;
}
#third input[type=submit] {
    width: 100%;
    padding: 7px;
    background: var(--orange);
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
	cursor:pointer;
}
#third input[type=submit]:hover{
	background:#333;
}
table.form-table.data-table {
    width: 100%;
}

.form-required 
{
	color: red;
}
.form1-item {
    padding: 30px;
}
table.form-table.data-table label {
    width: 100%;
}
input:not([type=submit]) {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    margin-bottom: 15px;
}
.form-desc {
    font-size: 14px;
    line-height: 1.2;
}
input[type=submit] {
    width: 100%;
    padding: 7px;
    background: var(--orange);
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
	cursor:pointer;
}
input[type=submit]:hover{
	background:#333;
}
table.form-table.data-table {
    width: 100%;
}
[name="SIMPLE_FORM_1_2"] table.form-table.data-table label {
   display: block;
}
[name="SIMPLE_FORM_2_2"] h4, [name="SIMPLE_FORM_3_2"] h4 {
    display: none;
}
