.container-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-info {
    margin-bottom: 10px;
}
.product-info:after {
    content: '';
    display: table;
    clear: both;
}
.product-info .text-title {
    display: inline-block;
    width: 200px;
    text-align: right;
}
.claim .form-group {
    margin-left: 0;
    margin-right: 0;
}
.claim .form-group .red {
    color: red;
}
.claim .form-group .err_msg {
    display: none;
    color: red;
    margin-left: 10px;
}
.claim .form-group .err_msg2 {
    display: none;
    color: red;
    margin-left: 10px;
}
.claim .form-group .error {
    color: #999;
    margin-left: 10px;
}
.claim .form-group:after {
    content: '';
    display: table;
    clear: both;
}
.claim .form-group .file-label {
    float: left;
    height: 30px;
    line-height: 30px;
}
.claim .form-group .file-span {
    height: 30px;
    line-height: 30px;
}
.claim .form-group .file-input {
    float: left;
    width: 300px;
}
.claim .form-group label {
    width: 200px;
    text-align: right;
}
#submit-claim {
    margin-left: 150px;
}
.claim-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 5px 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.claim-warning .icon {
    margin-right: 10px;
}