.wly-form-wrap h2 {
    font-size: 32px;
}

.wly-form-wrap p {
    margin-top: 10px;
    font-size: 20px;
}

.wly-form-wrap hr {
    margin: 40px 0;
}

.form-02 pre,
.form-02 fieldset,
.form-02 input,
.form-02 textarea,
.form-02 table,
.form-02 table *,
.form-02 hr {
    border-color: #dcd7ca;
    font-size: 16px;
}


.form-02 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-02 .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-02 .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-02 .form-row>.col,
.form-02 .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-02 .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-02 .form-float-box .form-control,
.form-02 .form-control {
    padding: 1em 10px;
    height: auto;
    background: #f4f5f9;
    border: none;
    border-radius: 8px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.form-02 input[type='submit'] {
    color: #fff;
    background-color: #007faa;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    border: none;
    padding: 15px 30px;
    float: right;
    width: auto;
    border-radius: 5px;
}
.form-02 input[type='submit']:hover {
    opacity: 0.9;
}

.form-02 .form-group {
    margin-bottom: 1rem;
}
.form-02 .form-group label {
    margin: 10px 0;
    display: block;
}

.form-02 .form-group label span {
    color: red;
}

.form-02 input[type='submit'].wd100 {
    width: 100%;
    margin-top: 40px;
    background-color: #feb300;
}
 

.float-form-wrap {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;background-color: rgba(0,0,0,.8);display: none;}
.float-form-wrap .float-form-box {width: 100%; max-width: 650px;background-color: #fff;padding: 40px 20px;border-radius: 10px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.float-form-wrap .float-form-box .close-from {font-size: 26px;font-weight: 600;top: 15px;right: 15px;position: absolute;cursor: pointer;}
.float-form-wrap .float-form-box .close-from:hover {color:#fd9923;transition: all 0.6s;}

@media (max-width:786px) {
    .float-form-wrap .float-form-box {
        width: 95%;
    }
}