.wly-form-wrap h2 {
    font-size: 32px;
    margin-bottom: 2rem;
    text-transform:uppercase;
}

.wly-form-wrap p {
    margin-top: 10px;
    font-size: 20px;
}

.wly-form-wrap hr {
    margin: 40px 0;
}

.form-03 pre,
.form-03 fieldset,
.form-03 input,
.form-03 textarea,
.form-03 table,
.form-03 table *,
.form-03 hr {
    border-color: #dcd7ca;
    font-size: 16px;
}


.form-03 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-03 .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-03 .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-03 .form-row>.col,
.form-03 .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-03 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-03 .form-float-box .form-control,
.form-03 .form-control {
    padding: 0.775rem 0.75rem;
    height: auto;
    background: #efefef;
    border: none;
    border-radius: 1px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.form-03 input[type='submit'] {
    margin: 0 auto;
    border-radius: 0;
    padding: 11px 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    width: auto;
    background:#ED6E00;
    /* background-image: linear-gradient(to right, #ED6E00, #000); */
}


.form-03 .form-group {
    margin-bottom: 1rem;
}
.form-03 .form-group label {
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px 0;
    border: none;
    display: block;
    white-space: normal;
    width: 100%;
    font-size: 95%;
    /* font-family: inherit; */
    font-style: normal;
    font-weight: bold;
    color: #444444;
    text-align: left;
}

.form-03 .form-group label span {
    color: red;
}

.form-03 input[type='submit']:hover {
    opacity: 0.9;
}
.form-03-02 {
    margin-top:40px;
}