/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.form{
    margin-top: 100px;
    border-radius: 10px;
    margin-bottom: 25px;
/*         background: #f5f5f5; */
    
}
.form h4{
        font-size: 40px;
    font-weight: 600;
 padding: 50px 0 15px 0;   
     text-align: center;
}
.form h4 span{
        color: #fc6f4e;
}
.form h5{
        text-align: center;
        font-size: 20px;
            margin-bottom: 15px;
            margin-top: 15px;
}
.form p{
        text-align: center;
    margin-bottom: 10px;
}
.form_client{
     width: 50%;
     margin:0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form_input_container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.form_input_container label{
     color: #7d7d7d;
    font-weight: 600;
 padding: 0 10px;   
 font-size: 14px;
}
.form_input_container input{
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 2px 4px  rgba(0,0,0,0.22);
            box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 2px 4px  rgba(0,0,0,0.22);
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    padding: 5px;
     font-size: 15px;
}
.form_client>input,
.form_client>textarea{
    font-size: 19px;
        margin-bottom: 15px;
        border:none;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #c1bdbd;
    box-shadow: none;
}
.form_client > .mail_file{
    border:none;
    -webkit-box-shadow:none;
            box-shadow:none;
}
.small_input{
    width:40%;
}
.form_client>label{
    font-size: 15px;
        margin-bottom: 5px;
            color: #7d7d7d;
                font-weight: 600;
}
label.required:after
{
    color: red;
    content: " *";
}
.Submit_client{
    outline: none;
     border: none;
        cursor: pointer;
    background: rgb(255, 88, 0);
    text-align: center;
    padding: 0 5px;
    color: white;
    width: 50%;
    margin: 0 auto;
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 2px 9px rgba(0,0,0,0.22);
                box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 2px 9px rgba(0,0,0,0.22);
            height: 40px;
                margin-bottom: 15px;
                    border-radius: 10px;
}
.bold_input{
       font-weight: 800 !important;
}
.form_check_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form_check_container>label{
    font-size: 15px;
    margin-bottom: 5px;
    color: #7d7d7d;
    font-weight: 600;
}
.form_check_container>input{
        cursor: pointer;
            width: 15px;
    height: 15px;
        min-width: 15px;
    min-height: 15px;
}