body {
    font-family: Trebuchet MS,Arial,Verdana;
}

.CheckContainer {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .CheckContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
}

.CheckContainer:hover input ~ .checkmark {
    background-color: #fff;
}

.CheckContainer input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.CheckContainer input:checked ~ .checkmark:after {
    display: block;
}

.CheckContainer .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Container {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0;
}

.ust {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 13px 42px -8px #a2a1a1;
}

.alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

.LoginContainer {
    position: absolute;
    display: inline-block;
    width: 820px;
    top: calc(50% - 181px);
    left: calc(50% - 470px);
    padding: 0;
    z-index: 3;
    box-sizing: border-box;
}

    .LoginContainer:after {
        display: table;
        clear: both;
        content: '';
    }

@media screen and (max-width:768px) {
    .LoginContainer {
        width: 270px !important;
        left: calc(50% - 135px);
    }

        .LoginContainer .SliderContent {
            display: none;
        }
}

@media screen and (max-width:768px) {
    .LoginContainer {
       display: grid;
    }

}

@media screen and (max-width:2560px) {
    .LoginContainer {
       padding-right: 320px;
    }

}   

.tema-background-color {
    background-color: #931a25;
}

.tema-border-color {
    border-color: #00183e;
}

.tema-color {
    color: #931a25;
}

.LoginContent {
    position: relative;
    width: 270px;
    height: 400px !important;
    margin: 0;
    padding: 10px 5px 0;
    background-color: #931a25;
    border: 1px solid #931a25;
    height: 335px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
}

.SliderContent {
    width: 520px;
    margin: 0;
    padding: 0;
    position: relative;
    height: 320px;
    box-shadow: 0 3px 38px -10px #000;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.LoginFooter {
    position: relative;
    background-color: #931a25;
    color: #fff;
    padding: 10px;
    margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 1.2rem;
    box-shadow: 0 7px 14px -5px #000;
}
.SosyalMedya {
    position: relative;
    background-color: #00adef;
    color: #fff;
    padding: 10px;
    width: 100%;
    float: left;
    font-size: 1.2rem;
    box-shadow: 0 7px 14px -5px #000;
}

    .LoginFooter:after {
        display: table;
        clear: both;
        content: '';
    }

    .LoginFooter .isortagi {
        box-sizing: border-box;
        width: 520px;
        float: left;
        margin-top: 10px;
    }

    .LoginFooter .iletisim {
        float: right;
        width: 270px;
        margin-top: 10px;
    }

@media screen and (max-width:768px) {
    .LoginFooter .isortagi {
        box-sizing: border-box;
        width: 250px;
        float: left;
    }

    .LoginFooter .iletisim {
        float: left;
        width: 250px;
    }
}

.Logo {
    width: 100%;
    height: 100px;
    background-color: #fff;
    text-align: center;
}

    .Logo img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }

.Bilgiler {
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    height: 248px;
}

    .Bilgiler input {
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0;
        padding: 5px;
    }

.buton {
    margin-top: 10px;
    box-shadow: 0 2px 26px -4px #000;
    background-color: #fff;
    border: 1px solid #931a25;
    padding: 5px;
    font-weight: 700;
    color: #931a25;
    cursor: pointer;
}

.SifremiUnuttum {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: #931a25;
    box-sizing: border-box;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
