.card_desc {
    height: 80px;
    width: 95%;
    background-color: #9932cc;
    position: absolute;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #7d7d7d;
    left: 2.5%;
    top: -18px;
}

.card_desc .title {
    height: 80px;
    float: left;
    padding-left: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card_desc .title .desc1 {
    font-size: 18px;
    margin-bottom: 8px;
}

.card_desc .title .desc2 {
    font-size: 14px;
}

.card_desc .btn {
    height: 80px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
}

.card_desc .btn button {
    height: 40px;
    width: 80px;
    background-color: #48d1cc;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.card .card_body {
    padding: 68px 30px 26px 30px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.card_body table, form {
    width: 100%;
    /* margin: 60px auto 0; */
    text-align: left;
}

.editcom {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
  
.editcom .edit1 {
    width: 100%;    
}

.editcom .edit2 {
    width: 49%;
}

.editcom .edit3 {
    width: 33%;
}

.editcom p {
    color: #a9a9a9;
    margin-bottom: 20px;
}

.editcom input {
    outline: none;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    width: 100%;
}

input[type="submit"] {
    width: 80px;
    height: 40px;
    color: #fff;
    background-color: #9932cc;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d3d3d3;
    position: absolute;
    right: 30px;
    bottom: 20px;
}