﻿.gercekKisiButon {
    background-color: #eff3f8;
    border-color: white;
    color: #d0011b;
}

.tuzelKisiButon {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.butonAlanlari {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #d0011b;
    border-radius: 5px;
    padding: 5px;
}

.kurumsalGirisAlani {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.kurumsalGirisDiv {
    background-color: #3598DC;
    width: 100%;
    padding: 0 !important;
    border-radius: 5px;
}

.LogoVeGirisAlani {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.giris-a {
    width: 200px;
    margin: 0 auto;
}

.navli {
    width: 50%;
}

.navbar-nav {
    float: none !important;
}

.aciklama {
    margin: 20px 0;
    text-align: justify;
    padding: 0 10px;
    border-right: 2px dotted #a8adaf;
}

    .aciklama ul li {
        list-style: disc;
        font-weight: bold;
    }

.noBorder {
    border: none !important;
}

.altMetin {
    text-align: justify;
    padding: 0 10px;
}

.blackHover:hover {
    color: black !important;
}

@media only screen and (max-width: 800px) {
    .LogoVeGirisAlani {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}