
.btn-file{
    height:34px;
    border-radius: unset;
}
/*.btn-file #file-0a{*/
/*    width:110px;*/
/*}*/
/*input[type=file]*/
.btn-file #file-0a {
    width:110px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
/*form{*/
/*    width:500px;height:100px;margin:200px auto;*/
/*}*/

/*.glyphicon-wenjian{*/
/*    position:relative;*/
/*    left:20px;*/
/*    !*top:0px;*!*/
/*    z-index:100;*/
/*}*/
/*.input-group{*/
/*    display: flex;*/

/*}*/
/*.form-group{display: flex;align-items: center;}*/

.file-error {
    width:800px;
    height:35px;
    text-align:center;
    line-height:35px;
    margin-bottom:10px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display:none;
}