.index-api-setting-form p{
    margin: 0 !important;
}
.index-api-setting-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}
.index-api-setting-form:last-child{
    border-bottom: 0;
}

input[type=submit] {
    border: 0;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    background: #369ac3;
    color: white;
    max-width: 201px;
    margin-right: 30px;
}

.index-api-setting-holder {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    background: white;
    margin: 20px;
    border-radius: 10px;
}
.section-title{
    font-weight: bold;

}
