.tz-tab-selected{
    background-color: #008ee7 !important;
    font-weight: bold;
    color: white;
}

/* Browser */
@media screen and (min-width: 1100px) {
    .tz-tab{
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 25%;
        cursor: pointer;
        background-color: #cccccc;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    .tz-tab{
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 40%;
        cursor: pointer;
        background-color: #cccccc;
    }
}


/* Phone*/
@media screen and (max-width: 600px) {
    .tz-tab{
        color: black;
        border-radius: 0px !important;
        line-height: 30px;
        width: 40%;
        cursor: pointer;
        background-color: #cccccc;
    }
}

.broj-login {
    font-family: NanumGothic;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 34px;
    width: 120px;
    border: none;
    background: #ff6200;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: 50px;
    cursor: pointer;
}

.broj-login:hover {
    background: #14b706;
}

.broj-login-h4 {
    font-family: NanumGothic;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-top: 30px;
    color: white;
}


.div-goodbye {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #979797;
    margin: 20px auto;
    width: 70%;
    height: auto;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    position: relative;
    color: #434648;
    position: relative;
}

.div-goodbye h2 {
    margin-bottom: 10px;
}

.div-goodbye button {
    width: 150px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    border-radius: 6px;
    background-color: rgb(75, 175, 79);
    right: 10px;
    bottom: 10px;
    position: absolute;
    outline: none;
    border: none;
}

.div-goodbye .btn-goodbye {
    background: #e45050;
}

.div-goodbye button:hover {
    background: #979797;
    color: white;
}
