.tab-box{
    box-shadow: 0 0 2px #f2c64d;
    border: 1px solid #f2c64d;
}

.tab{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #f2c64d;
}

.tab-pane{
    width: 25%;
    height: 30px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #d3b357;
    border-right: 2px solid #f2c64d;
}

.tab-pane:last-child{
    border: none;
}

.tab-content{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #fff;
}

.tab-content > .form-group{
    width: 50%;
    float: left;
}

.tab_active{
    background-color: #f2c64d;
}

.form-label{
    font-size: 12px;
}

.form-baslik{
    width: 100% !important;
}

.form-button{
    width: 100% !important;
    float: right;
}