/* ********************************* DIŞ BAĞLANTILAR ********************************* */

@import url('fontlar.css'); /* fontlar */

@import url('reset.css'); /* css düzenleyicisi */
@import url('tanimlar.css'); /* css sınıf tanımlamaları */
@import url('jquery-ui.css'); /* jquery ui */

/* ********************************* DIŞ BAĞLANTILAR ********************************* */


@keyframes dropHeader {
    0% {
        opacity: 0;
        transform: TranslateY(-25%);
    }

    60% {
        opacity: 0.7;
        transform: TranslateY(3%);
    }

    80% {
        opacity: 0.9;
        transform: TranslateY(-2%);
    }

    100% {
        opacity: 1;
        transform: TranslateY(0);
    }
}

body {
    font-family: "Seoge UI";
    font-weight: 400;
}

.giris-ekran {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -181px;
    margin-top: -220px;
    width: 322px;
    height: 360px;
    background-color: #ffffff;
    vertical-align: middle;
    display: block;
    box-shadow: 0px 0px 40px -14px #000;
    padding: 20px;
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 500ms;
    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 500ms;
    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 500ms;
}

.giris-sag {
    width: 322px;
    height: 110px;
    padding: 10px 0 0 0;
}

.giris-sol {
    width: 322px;
    height: 230px;
}

.giris-ekran-ust {
    width: 100%;
    height: 60px;
    text-align: center;
}

.giris-ekran-marka {
    width: 100px;
    height: 100px;
    line-height: 30px;
    font-size: 40px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.fokus {
    width: 260px;
    height: 45px;
    border: 1px #b3b3b3 solid;
    color: #b3b3b3;
    line-height: 45px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 10px;
}

.gogogo {
    background-color: #323232;
    text-align: center;
    width: 110px;
    height: 40px;
    border: 0px;
    color: #ffffff;
    font-size: 14pt;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
}

.fokus:focus {
    border: 1px #323232 solid;
    color: #323232;
}

.gogogo:focus {
    color: #b3b3b3;
}

.modal1 {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    margin: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

.modal2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    margin: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

.modal3 {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    margin: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

span.g1 {
    font-size: 22px;
    display: block;
    font-weight: 100;
    line-height: 12px;
    padding-top: 30px;
}
