﻿body {
    background-color: #fff;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

.hosgeldiniz {
    display: flex;
    align-items: center;
    margin-top: 8% !important;
}

.alt-yazilar {
    position: absolute;
    left: 1%;
    bottom: 0;
}

    .alt-yazilar a {
        color: black;
        text-decoration: none
    }

        .alt-yazilar a:hover {
            color: #287cc6;
            text-decoration: underline
        }

.pad-left-23 {
    padding-left: 23% !important;
}

.mt-30 {
    margin-top: 60px
}

.giris-bg {
    background-image: url(/theme/img/login/livebg.jpg);
    background-size: cover;
    background-repeat-y: no-repeat;
}

.giris-bg-crm {
    background-image: url(/theme/img/login/giris-bg-crm.jpg);
    background-size: cover;
    background-repeat-y: no-repeat;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.card-ic {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px !important;
    height: auto;
    height: 280px
}

h3.fs-20.text-black {
    color: black;
    padding-top: 10px;
}

.card-header.border-0.pb-3 {
    display: flex;
    flex-direction: column;
}

.card-header {
    /*  background-color: #287cc6;*/
    color: white;
    /*  padding:20px;*/
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

    .card-header h5 {
        text-align: center
    }

    .card-header p {
        text-align: center
    }

.mtb-20 {
    margin: 20px 0 20px 0;
}

.ust-resim {
    text-align: center;
    padding: 20px 10px 20px 0;
    height: 80px;
}

.icerik {
    text-align: center;
    padding: 20px 0;
    height: 115px;
}

.mt15 {
    margin-top: 15px
}

.btn-yesil {
    border: 1px solid #287cc6;
    border-radius: 19px;
    color: #287cc6;
    font-weight: 400;
}

    .btn-yesil:hover {
        border: 1px solid #287cc6;
        border-radius: 19px;
        color: white;
        background-color: #287cc6;
        font-weight: 400;
    }

.btn-ici-yesil {
    border: 1px solid #287cc6 !important;
    border-radius: 19px !important;
    background-color: #287cc6 !important;
    color: white;
    font-weight: 400 !important;
}

    .btn-ici-yesil:hover {
        border: 1px solid #287cc6 !important;
        border-radius: 19px !important;
        color: #287cc6;
        font-weight: 400 !important;
        background-color: white
    }

.btn-bos {
    border: 1px solid #287cc6;
    border-radius: 19px;
    color: #287cc6;
    font-weight: 400;
}

    .btn-bos:hover {
        border: 1px solid #287cc6;
        border-radius: 19px;
        color: white;
        font-weight: 400;
        background-color: #287cc6;
    }

.card-button {
    text-align: center
}

.flexx {
    display: flex;
    justify-content: center;
}

.center {
    text-align: center;
}

.form-control {
    background-color: #F5F5F5;
}

.alt-butonlar {
    text-align: right;
}

.card-ic ul li {
    list-style: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #287cc6 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

    .nav-link a {
        display: block;
        padding: 0.5rem 1rem;
        color: #287cc6 !important;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    .language {
        text-align: center;
        padding: 0 20px 30px;
    }
    
    .language-change {
        font-size: 12px;
       padding: 5px 8px;
        border-radius: 3px;
        background: #f6f8fc;
        margin-left: 5px;
    }
    .language-change:hover {
        font-size: 12px;
       padding: 5px 8px;
        border-radius: 3px;
        color: #fff;
        background: #287cc6;
        margin-left: 5px;
    }
    .language-change.select-lang {
        color: #fff;
        background: #287cc6;
    }
    a {
        color: #287cc6;
        text-decoration: underline;
    }
    .btn-ici-mavi{
       background: -webkit-linear-gradient(right, #4aa0cb, #287cc6);
    }
    .btn-ici-mavi:hover{
        background: white;
        color: #287cc6;
       
     }
    .mb-15 {
       margin-bottom: 15px;
    }
    
    
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #287cc6;
    border: 1px solid #287cc6;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.logo-setting{
    position: absolute;
    top:0;
    width:22%;
    margin-top:15px;
    
}
.lang-setting{
    position: absolute !important;
    top:3%;
    width:37% !important;
    left:34%;
}

/*MOBİL*/

@media (max-width: 576px) {
    .logo-setting{
        position: absolute;
        top:0;
        width:43%
    }
    .lang-setting{
        position: absolute;
        top:5%;
        width:37%;
        left:0%;
    }
    .giris-bg {
        background-image: url(/theme/img/login/m-livegiris-bg.jpg);
        background-size: cover;
        background-repeat-y: no-repeat;
    }

    .giris-bg-crm {
        background-image: url(/theme/img/login/m-livegiris-bg.jpg);
        background-size: cover;
        background-repeat-y: no-repeat;
    }

    .mt-97 {
        margin-top: 45%
    }

    .pad-left-23 {
        padding-left: 0;
    }

    .card-ic, .mobil-pad {
        padding: 15px;
    }

    .p-0 {
        padding: 0
    }

    .m-0 {
        padding: 0
    }

    .icerik {
        padding: 0 10px
    }

    .mmb-10 {
        margin-bottom: 10px;
    }

    .card-ic {
        box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
        border-radius: 10px !important;
        height: auto;
        height: auto;
    }

    li.nav-item {
        border-bottom: 1px solid lightgray;
        padding: 10px 0;
    }

    ul.navbar-nav {
        width: 100%;
    }
    .margin-auto
    {
        margin: auto;
    }
    .mt-30 {
        margin-top: 0
    }
    .alt-yazilar {
        position: relative;
        /* left: 1%; */
        /* bottom: 0; */
        text-align: center;
        margin-top: 11px;
    }
}
