
#content-form{

}

#content-form .form-control{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: vertical;
    color: #000;
}


#Choosefile {
    display: flex;
    align-items: center;
}
#Choosefile div {
    margin-left: 20px;
    height: 40px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    background-color:#dddddd14;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
}
#Choosefile div span {
    display: inline-block;
    padding: 2px;
    color: #ff0000;
    cursor: pointer;
    font-size: 17px;
}