﻿@import url('https://fonts.googleapis.com/css?family=Anton');

body {
    background-image: url(/images/bg3.png);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

.anaWidth {
    width: 750px;
}

.ana {
    border-radius: 3px;
    padding: 10px;
    display: block;
    border: 0px solid #1b2033;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.75);
    background-color: white;
}

.solresim {
    width: 260px;
    height: 360px;
    background-color: #1b2033;
    float: left;
    padding: 20px;
    background-image: url(/images/bg2.jpg);
    background-size: cover;
    color: #8d92a3;
    overflow: hidden;
}

    .solresim a {
        color: #8d92a3;
        display: block;
        text-align: center;
        text-decoration: none;
    }

        .solresim a:hover {
            color: #ffffff;
            text-decoration: underline;
        }



.loginimp {
    width: 90%;
    padding: 5px;
    border: 1px solid #595959;
    margin: 0px;
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px #f2f2f2 inset !important;
    outline: medium none;
    padding: 7px !important;
}

    .loginimp:focus {
        border: 1px solid #595959;
    }




.loginButton {
    min-width: 75px;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #1b2033;
    color: white;
    border: 1px solid #1b2033;
    border-radius: 3px;
    text-decoration: none;
    width: 90%;
    height: 26px;
    padding-top: 12px;
    margin-top: 30px;
}

    .loginButton:hover {
        background-color: #313851;
    }

    .loginButton .arti {
        width: 9px;
        height: 9px;
        background-image: url(/images/arti.png);
        display: block;
        float: left;
        margin-top: 2px;
    }

.sifreunuttum {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    border-top: 1px solid #a2a6b5;
    width: 90%;
}

    .sifreunuttum a {
        color: red;
    }


.girisSonuc {
    text-align: center;
    color: red;
    padding: 10px;
    height: 20px;
    border: 0px solid red;
    width: 90%;
    margin: 0px;
}

.cbot {
    clear: both;
}

.ortala {
    margin-left: auto;
    margin-right: auto;
}

.anaSayfa {
    border: 0px solid red;
    width: 100px;
    height: 20px;
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 30px;
}

    .anaSayfa img {
        float: left;
        display: block;
        margin-top: 2px;
        margin-right: 7px;
    }

    .anaSayfa div {
        float: left;
        display: block;
    }




.logoico {
    height: 50px;
    width: 39px;
    background-image: url(/images/l2.png);
    background-position: 0px -1px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 50px;
    padding-top: 2px;
    margin-top: 0px;
}

.logo {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    display: block;
    color: #a2a6b5;
    letter-spacing: 3px;
    float: left;
    margin-top: 20px;
}

    .logo span {
        color: white;
    }

    .logo a {
        color: #a2a6b5;
        text-decoration: none;
    }

.form1 {
    float: left;
    width: 428px;
    padding-left: 20px;
    height: 400px;
}

.baslik {
    height: 20px;
    font-size: 25px;
    padding: 10px;
    font-weight: bold;
    color: #1b2033;
    margin-top: 20px;
}

.baslikalti {
    background-color: #1b2033;
    width: 50px;
    height: 5px;
    margin-left: 12px;
    margin-top: 5px;
}

.iciOrt {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}