.background_image {
    color: white;
    background-image: url("../images/cheerteam.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.signin {
    color: white;
    margin: auto;
    align-content: center;
    padding-top: 10%;
}

.header {
    text-align: center;
}

.card {
    width: 200px;
    display: -ms-flexbox;
    background-size: cover;
    align-content: center;
    margin: auto;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
}

.left_panel {
    border-right-style: solid;
    border-right-color: #3952c6;
    border-collapse: collapse;
    /*background-color: deepskyblue;*/
    flex-direction: row;
    flex-wrap: wrap;
}

.right_panel {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*background-color: pink;*/
}

.seller_left_panel {
    width: 80%;
    height: 100%;
    padding-right: 8%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.seller_right_panel {
    width: 25%;
    height: 100%;
    border-left-style: solid;
    border-left-color: #3952c6;
    border-collapse: collapse;
}

.boxes_key_container { /*Outer container*/
    display: flex;
    flex-direction: column;
    align-content: center;
    width: inherit;
}

.boxes_list {
    display: flex;
    align-content: center;
    text-align: -webkit-center;
    border: none;
}

.boxes_key { /*table*/
    color: aliceblue;
    border-collapse: collapse;
}

.boxes_key td {
    border-style: solid;
    border-color: black;
    text-align: center;
    border-collapse: collapse;
    padding: 1%;

}

/*.list_container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-content: center;*/
/*    padding-top: 20px;*/
/*}*/

/*.list {*/
/*    display: block;*/
/*    padding: 15px;*/
/*    text-align: -webkit-center;*/
/*    border: none;*/
/*}*/