.slot_index_OTG_edit_zaklad {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slot_index_OTG_edit_zaklad input {
    border-radius: 15px;
    /*border: 1px solid #000;*/
    background: #FFF;
    width: 380px;
    height: 40px;
    padding: 0 10px 0 10px;
}

.slot_index_OTG_edit_zaklad label {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 5px;
}

.slot_index_OTG_edit_zaklad button {
    width: 300px;
    height: 40px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: black;
    margin-top: 40px;
}