.container1 {
    display: flex;
    width: 1330px;
    color: aliceblue;
    height: auto;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    align-items: center;
    border: 2px solid white;
    justify-content: center;
}
.search {
    color: white;
    /* border: 2px solid white; */
    margin-left: 50px;
    align-items: center;
        
}

.form {
    color: white;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
}

.textbox {
    background-color: white;
    color: black;
    border: 2px solid white;
    padding: 5px;
    justify-content: center;

}

.file {
    margin: 2px solid rgb(255, 255, 255);
}

#file {
    color:white;
    border: 1px solid white;
}

.btn-primary {
    margin-left: 150px;
}

.search-data {
    text-align: center;
}

.full-style {
    color: white;
}

.auto {
    color: white;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 50px;
}