#liave_request {
    background: #F7F7F7;
}

h3.title-form {
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    position: relative;
    font-family: 'Inter', Arial;
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.comment-title-form {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Inter', Arial;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
input[type$=text] {
    width: 100%;
    min-height: 25px;
    margin-bottom: 10px;
}

.btn.waves-effect {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    background: #4a71a4;
}

.form-required {
    color: red;
}

.starrequired{
    display: none;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

.submit_result_form{
    background: rgb(51, 103, 153);
    min-width: 240px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 29px 10px 27px;
    letter-spacing: 1.1px;
}