﻿body {
    background: #f1f1f1;
    min-width: 0;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    margin: 0px;
    background-image: url('Images/bg.jpg');
    background-size:cover;
  
}
#login{
    width: 320px;
    height:100%;
    padding: 8% 0 0;
    margin: auto;

}
#loginlogo {
    width: 160px;
    height: 135px;
    margin: auto;
    background-image: url('Images/icon.png');
    background-size:cover;
}
#loginform {
    margin-left: 0;
    padding: 26px 24px 15px;
    background: #8ab4de;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    font-size: 14px;
    height: auto;
    border-radius: 25px;
    font-weight: bold;
    background-image: url('Images/lbg.jpg');
    border:1px solid #444444;

}
#loginform a
{
    color:#000;
    font-weight:bold;
}

.logintextbox {
    font-size: 16px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    border: 1px solid #aaa;
    background: #fbfbfb;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    color: #32373c;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 10px;
    /*background-image: url('Images/UserName.png');
    background-position: left center;
    background-repeat:no-repeat;
    background-size:35px;*/
}

.loginbutton{
    float: right;
    margin: 5px;
    background-image: url('butonlar/GirisYap.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 60px;
    background-color: white;
    cursor:pointer;
}
.loginbutton:hover
{
    
}
.loginlabel{
    float:left;
    width:auto;
    height:auto;
    cursor:pointer;
    margin-top:10px;
}

.loginlabel:hover
{
    color:cornflowerblue;
}
#loginform table
{
    width:100%;
}
.Tamam
{
    float: right;
    margin: 5px;
    background-image: url('butonlar/Tamam.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 60px;
    background-color: white;
}