
#firstname,#company,#lastname,.country,.province,.city,#telephone,#email,.type,.position,.demand,.proposal{
    /* width: 100px; */
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 8px;
}
#email.active,#telephone.active,#requirement.active{
    border:1px solid red !important;
}
.content_form{
    margin-bottom: 40px;
}
.content_form .ct div{
    width: 48%;
    margin-bottom: 25px;
}
.content_form .ct #city_1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_form .ct input{
    width: 100%;
    display: block;
}
.content_form .ct select{
    width: 100%;
}
.content_form .ct form,
.ct ul.form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 70px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px 10px #f9f9f9;
}
.content_form .ct form label{
    display: block;
    margin-bottom: 10px;
}
.content_form .ct .comment{
    width: 100%;
}
.content_form .ct .comment textarea{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.content_form .ct .btn{
    width: 100%;
    margin-bottom: 80px;
}
.content_form .ct .btn .submit{
    width: 166px;
    height: 40px;
    border-radius: 20px;
    background-color: #39a9ae;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    align-items: center;
    margin: auto;

}
.content_form .ct label span{
    color: #ff0000;
}
.content_form .ct h2{
    margin-top: 80px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.content_form .ct p{
    margin-top: 25px;
    font-size: 16px;
    color: #333;
}
@media (max-width: 640px){
    .content_form .ct div{
        width: 100%;
        margin-bottom: 15px;
    }
    .content_form .ct .btn{
        margin-bottom: 30px;
    }
    .content_form .ct form{
        padding: 20px 35px;
    }
}
