
* { 
    box-sizing: content-box;
    overflow:hidden;
} 
@keyframes anim-glow {
    0% {
        box-shadow: 0 0 0px 0px #f1f1f1;
        border-width: 2px;
    }

    100% {
        box-shadow: 0 0 40px 0px transparent;
        border-width: 2px;
    }
}


.iconis {
    border-radius: 50%;
    margin-left: 30%;
    margin-top: -130px;
    border: 2px solid #f1f1f1;
    width: 100px;
    height: 100px;
    text-align: center;
    position: center;
    animation: anim-glow 2s ease infinite;
}

.box {
    width: 50px;
    height: 50px;
    background-color: #DDFFF7;
    position: absolute;
    margin-left: 30%;
    margin-top: -35%;
    box-shadow: 10px 10px 42px 0 rgba(0,0,0,0.75);
}

    .box:after, .box:before {
        mix-blend-mode: multiply;
        filter: none;
        z-index: -1;
        content: '';
        width: calc(100% + (50px * 2));
        height: calc(100% + (50px * 2));
        position: absolute;
        display: block;
        animation: border 10s ease-in-out infinite;
        transform: translateX(-50px) translateY(-50px);
    }

@keyframes border {
    0%, 100% {
        -webkit-clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
        clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
    }

    50% {
        -webkit-clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
        clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
    }
}

.box:after {
    animation-delay: -5s;
    background-color: #93e1d8;
    clip-path: polygon(0 0, calc(100% - (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 100%, calc(0% + (33.3333333333px)) calc(100% - (33.3333333333px)));
}

.box:before {
    background-color: #AA4465;
    clip-path: polygon(calc(0% + (33.3333333333px)) calc(0% + (33.3333333333px)), 100% 0, calc(100% - (33.3333333333px)) calc(100% - (33.3333333333px)), 0 100%);
}

.box:hover:after {
    animation-delay: -0.1s;
}

.box:hover:before, .box:hover:after {
    animation-duration: 0.2s;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: url('/ContentTwo/Arkaplan/4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.resimtwo {
    opacity:.5;
    float:left;
    width:90%;
    margin-top:-20%;
    margin-left:-20%;
}
@media screen and (min-height: 200px) and (max-height: 695px) {
    .yonetim {
        background-color: red;
    }
    body .login {
        width:70%;
        height:40%;
        margin-top:150px;
        /* IE6-9 fallback on horizontal gradient */
    }
    .resimtwo {
        z-index: 56;
        width:80%;
        margin-top:-12%; 
        object-fit: contain;
        object-position: 50% 0;
    }
} 

/*86377b mor renk*/
.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.logo {
    opacity: .5;
    top: 20px;
    transition-duration: 0.5s;
    transform-origin: 161px 100%;
    transform: rotateX(0deg);
    position: relative;
    width: 340px;
    height: 300px;
    position: center;
    left: 2%;
    right: 0;
    margin: inherit;
    top: 100px;
    bottom: 0;
    padding: 100px 40px 40px 40px;
    border-radius: 50px;
    /* Old browsers */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35394a', endColorstr='#1f222e',GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}


@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);

.card {
    pointer-events: none;
    transform: translateZ(0);
    padding: 30px;
    border-radius: 5px;
    margin: auto;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    display: flex;
    position: relative;
}

    .card:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 10px;
        border-radius: 50%;
        left: 0;
        bottom: -50px;
        box-shadow: 0 30px 20px rgba(0, 0, 0, .3);
    }

    .card .card-content {
        margin: auto;
        text-align: center;
        transform-style: preserve-3d;
    }

    .card h1 {
        transform: translateZ(100px);
    }

    .card p {
        transform: translateZ(50px);
        display: block;
    }

        .card p.related {
            transform: translateZ(80px);
            font-style: italic;
        }

    .card a {
        color: #69c6b8;
        pointer-events: auto;
    }

.iklan {
    position: fixed;
    bottom: 0;
    right: 0;
    background: white;
    width: 200px;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

    .iklan p {
        margin: 0 0 15px;
        line-height: 1.4;
    }

    .iklan a {
        background-color: #ff4757;
        color: white;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 3px;
        text-decoration: none;
        font-size: 14px;
    }

.clock {
    border-radius: 50%;
    font-family: "Montserrat";
    border: 2px solid black;
}

.wrap {
    overflow: hidden;
    position: center;
    width: 350px;
    height: 350px;
    background-color: white;
    border-radius: 100%;
}

.minute, .hour {
    position: absolute;
    height: 100px;
    width: 6px;
    margin: auto;
    top: -27%;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    transform-origin: bottom center;
    transform: rotate(0deg);
    z-index: 1;
}

.minute {
    position: absolute;
    height: 130px;
    width: 4px;
    top: -38%;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: rotate(90deg);
}

.second {
    position: absolute;
    height: 90px;
    width: 2px;
    margin: auto;
    top: -26%;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background: #ff4b3e;
    transform-origin: bottom center;
    transform: rotate(180deg);
    z-index: 1;
}

.dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: white;
    border: 2px solid #1b1b1b;
    border-radius: 100px;
    margin: auto;
    z-index: 1;
}
