body {
    background: url("/front/img/login.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.nav-link{    font-size: 1.25rem !important}
/*.footer-image-h-40 {*/
/*    height: 70px;*/
/*}*/
a:link {
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ee781c !important;
}


.turuncu{color: #ee781c;}
.yazi-ts-3{text-shadow: 3px 3px 6px #fefefe;}
.yazi-ts-3-siyah{text-shadow: 3px 3px 6px #000000;}
.rounded-urun {-webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;}
.rounded-slider{-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}

.btn.btn-tur {
    color: #fff;
    background-color: #ee781c;
    border-color: #ee781c;
    box-shadow: 0 2px 2px 0 rgb(244 67 54 / 14%), 0 3px 1px -2px rgb(244 67 54 / 20%), 0 1px 5px 0 rgb(244 67 54 / 12%);
}

.ucrete-dahil > ul {
    list-style-image: url('../img/tick.png');
}
.ucret-haric > ul {
    list-style-image: url('../img/close.png');
}

