﻿body {
    font-family: 'Poppins', sans-serif;
}


.authentication-bg {
    background-image: none;
}


.btn-primary {
    color: #fff;
    background-color: #00adf1;
    border-color: #00adf1;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0199d5;
        border-color: #0199d5;
    }


::-ms-input-placeholder { /* Edge 12-18 */
    color: #c0c0c0 !important;
    font-size: 12px;
}

::placeholder {
    color: #c0c0c0 !important;
    font-size: 12px;
}

.float-end a {
    color: #c0c0c0 !important;
    text-decoration: none !important;
    font-size: 12px;
}

.form-label {
    color: #4a4a4b;
    font-size: 12px;
}


.girisAltMetin {
    width: 240px;
    max-width: 240px;
    margin: 0 auto;
    color: #c0c0c0;
    font-size: 12px;
}


.footerMetinLP {
    color: #c0c0c0 !important;
    text-decoration: none !important;
    font-size: 11px;
}

    .footerMetinLP a {
        color: #c0c0c0 !important;
        font-size: 11px;
        text-decoration: underline !important;
    }

.uyeOlA {
    color: #c0c0c0 !important;
    font-size: 13px;
    text-decoration: none !important;
}


.DVCardKapsayici {
    position: relative;
}

.DVSariBG {
    width: 50%;
    height: 20px;
    background-color: #fbea41;
    position: absolute;
    z-index: 0;
    top: -13px;
    left: calc(50% - 137px);
}

@media (min-width:1200px) {
    .DVSariBG {
        width: 50%;
        height: 20px;
        background-color: #fbea41;
        position: absolute;
        z-index: 0;
        top: -13px;
        left: calc(50% - 150px);
    }


    .girisAltMetin {
        width: 300px;
        max-width: 300px;
        margin: 0 auto;
        color: #c0c0c0;
        font-size: 13px;
    }
}