html,body {
    height: 100%;
}
body {
    /*background: #ffffff url("/html/arkaplanlar/1.jpg") repeat-x fixed center top;*/
    /*background: #ffffff url("/html/arkaplanlar/mavi1.jpg") no-repeat fixed center top;
    background-size: cover;
    background-color: #ffffff;*/
    padding: 0 !important;
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue Medium'), url('/html/font/helvetica-neue-5/HelveticaNeueMedium.woff') format('woff');
}
/*
@font-face {
    font-family: "OswaldLight";
    src: url(/html/font/Oswald/Oswald-Light.ttf) format("truetype");
}*/
/*#YoneticiGirisi, #HataMesaji {
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0 4px 9px rgba(5, 5, 5, 0.5);*//*
    border: none;
}*/

#YoneticiGirisi .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
}

/*#HataMesaji{
    margin-top:15px;
    background-color: #E20A15;
    color: #f5f5f5;
}*/
#YoneticiGirisi h6 {
    font-size: 21px;
    /*color:#e10915;*/
    font-family: "HelveticaNeueMedium";
}
/*#YoneticiGirisi .card-body {
    padding: 35px;
    background: #ffffff url("/html/arkaplanlar/4.jpg") repeat-x fixed center top;
}*/
/*#YoneticiGirisi #Guvenlik {
    height: 46px;
}
#YoneticiGirisi label {
    padding-left: 25px;
}*/
.AltCizgi {
    border:none;
    border-bottom: 1px solid #d5d5d5;
    background-color: transparent;
}
.Cerceve {
    border: 1px solid #CDE9FF !important;
    border-radius: 5px;
}
.input-group {
    border:1px solid transparent;
}

#YoneticiGirisi input:focus {
    border:none;
    border-bottom: 1px solid red;
}

#YoneticiGirisi {
    height: 500px;
    -webkit-box-shadow: 0 5px 15px rgba(81, 80, 80, 0.5);
}
#particles-js {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.container {
    position: relative;
    z-index: 1;
}

.form-control:focus { /*bootstrap4 mavi golgelendirme*/
    border-color: transparent;
    box-shadow: none;
}
.fa {
    line-height: unset;
}

/*#YoneticiGirisi div:first-child {
    border-top-left-radius:10px;
    border-bottom-left-radius: 10px; 
}*/
#Sag {
    border-top-right-radius:10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 71%, rgba(246,245,245,0.6320728975183824) 94%);
}

input, input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F4F4F4 inset !important;
}

.carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0,0,0,0));*/
}
#Sol, .Karusel, .carousel-item, .carousel-inner {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

h3 {
    font-family: jost;
}

.Bugu {
    z-index: 3;
    background: url(/html/jquery/Sliders/FullScreenSliders/FullScreenSlider1/pattern2.png) repeat scroll center center transparent;
}

/*ArkaPlan*/
body {
    margin:0;
}

.bg {
    animation:slide 3s ease-in-out infinite alternate;
    /*background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);*/
    /*background-image: linear-gradient(-60deg, #ced5ca 50%, #e4e8d79c 50%); */
    background-image: linear-gradient(-60deg, #3aabd7 50%, #e4e8d79c 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
}

.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
}

.bg3 {
    animation-duration:5s;
}

.content {
    background-color:rgba(255,255,255,.8);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:10vmin;
    position:fixed;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
}

h1 {
    font-family:monospace;
}

@keyframes slide {
    0% {
        transform:translateX(-25%);
    }
    100% {
        transform:translateX(25%);
    }
}