﻿
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    overflow: hidden;
}

.switch {
    background-color: red;
    width: 100%;
    padding: 5px;
    text-align: right;
    font-size: medium;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

#uygulamaKontrolleri {
    float: right;
    /*font-size: larger;*/
    text-decoration: none;
    color: white;
    padding-top: 5px;
    padding-right: 3px;
    margin: 0;
}

#kurumWebAdresi {
    text-decoration: none;
    color: white;
    padding: 10px;
    margin: 0;
}

#AssemblyNumberInfo {
    text-decoration: none;
    color: white;
    padding-left: 10px;
    margin: 0;
    float: left;
    font-weight: bold;
    line-height: inherit;
}

#kullaniciGirisiItm,
#bayiGirisiItm {
    position: absolute;
    bottom: 60px;
    width: 50%;
    max-width: 250px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    /*margin-bottom: 20px;*/
}


    #kullaniciGirisiItm:hover,
    #bayiGirisiItm:hover {
        margin-top: -10px;
        margin-bottom: 10px;
        border: 1px solid rgb(128, 128, 128);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
        background: rgba(232, 215, 215, 0.10);
        transition: 0.3s;
        border-radius: 70%;
    }

#kullaniciGirisiItm {
    left: 50px;
}

#bayiGirisiItm {
    right: 50px;
}

@media (max-width: 767px) {
    #kullaniciGirisiItm {
        left: 5px;
    }

    #bayiGirisiItm {
        right: 5px;
    }
}

#kullaniciGirisiItm > div,
#bayiGirisiItm > div {
    text-align: center;
}

    #kullaniciGirisiItm > div > img,
    #bayiGirisiItm > div > img {
        max-width: 100%;
    }

    #kullaniciGirisiItm > div > h2,
    #bayiGirisiItm > div > h2 {
        font-size: 14px;
        color: black;
        line-height: 0;
        text-align: center;
        margin-top: -25px;
        margin-bottom: 0px;
        height: 25px;
    }

.login {
    max-width: 300px !important;
}

    .login input {
        width: calc(100% - 10px) !important;
    }

        .login input[type=submit] {
            margin-left: 0px !important;
            margin-right: 0px !important;
            width: 100% !important;
        }

    .login #oncekiOturumKapatilsin {
        width: initial !important;
    }

@media (max-width: 350px) {
    .login {
        max-width: 300px !important;
        left: 0 !important;
    }
}

@media (min-width: 351px) and (max-width: 767px) {
    .login {
        left: calc(50% - 160px) !important;
    }
}

@media (max-width: 767px) {

    .login {
        bottom: calc(20%) !important;
        top: initial !important;
        right: initial !important;
        width: calc(100% - 20px) !important;
    }

        .login.focus {
            top: calc(2% + 50px) !important;
            bottom: initial !important;
            transition: transform .4s ease-in-out, opacity .4s ease-in-out;
        }

    .header {
        top: initial !important;
        bottom: calc(20% + 180px);
        text-align: center;
        width: calc(100% - 20px) !important;
        right: initial !important;
        left: calc(50% - 115px) !important;
        padding-left: 10px;
        max-width: calc(50% + 100px) !important;
    }

        .header.focus {
            top: calc(2%) !important;
            bottom: initial !important;
            transition: transform .4s ease-in-out, opacity .4s ease-in-out;
        }
}


@media (min-width: 1200px) {
    .login {
        top: calc(10%) !important;
        right: calc(10% + -60px) !important;
        left: initial !important;
    }

    .header {
        top: calc(10% + 30px) !important;
        right: calc(10% + 270px) !important;
        left: initial !important;
    }
}

.body {
    overflow: hidden;
    /* MVC Bundle mekanızmasının relative path le ilgili sıkıntıları olduğu için bu değer giris.cshtml dosyasından verilmiştir. */
    /*background: url('../../Resources/sportiveLogin.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    /*-webkit-filter: blur(5px);*/
    z-index: 0;
}

.grad {
    overflow: hidden;
    position: absolute;
    /*top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;*/
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    z-index: 1;
    opacity: 0.7;
}

.header {
    position: absolute;
    top: calc(50% + 40px);
    left: calc(50% - 280px);
    z-index: 2;
}

    .header div {
        float: left;
        color: #fff;
        font-family: 'Exo', sans-serif;
        font-size: 35px;
        font-weight: 200;
    }

        .header div span {
            color: #5379fa !important;
        }

.login {
    position: absolute;
    top: calc(50%);
    left: calc(50% - 50px);
    height: 150px;
    width: 350px;
    padding: 10px;
    z-index: 2;
}

    .login input[type=text] {
        width: 250px;
        height: 30px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        color: #fff;
        font-family: 'Exo', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 4px;
    }

    .login input[type=password] {
        width: 250px;
        height: 30px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        color: #fff;
        font-family: 'Exo', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 4px;
        margin-top: 10px;
    }

    .login input[type=submit] {
        width: 260px;
        height: 35px;
        background: #fff;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 2px;
        color: #a18d6c;
        font-family: 'Exo', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 6px;
        margin-top: 10px;
    }

        .login input[type=submit]:hover {
            opacity: 0.8;
        }

        .login input[type=submit]:active {
            opacity: 0.6;
        }

    .login input[type=text]:focus {
        outline: none;
        border: 1px solid rgba(255,255,255,0.9);
    }

    .login input[type=password]:focus {
        outline: none;
        border: 1px solid rgba(255,255,255,0.9);
    }

    .login input[type=submit]:focus {
        outline: none;
    }

#bayiBasvuruBtn {
    float: left;
    text-decoration: none;
    color: whitesmoke;
    font-size: larger;
}

#bayiParolaIslemleriBtn {
    float: right;
    text-decoration: none;
    color: whitesmoke;
    font-size: larger;
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder {
    color: rgba(255,255,255,0.6);
}

