.table-kqkd input[type='number'] {
    border: none;
}
.upload-box .file-name {
    color: #fff;
    font-size: 11px;
}
.border-none {
    border: none !important;
}
@media (max-width: 768px) {
    .input-text-file label {
        width: 80%;
    }
}
@media (min-width: 769px) {
    .box-register .fieldset .form-group .upload-box .btn-upload {
        white-space: nowrap;
    }
}
