﻿body{
	background-color:#3f6d9b;
	margin:0;
	padding:0;
	font-family:"Sakkal Majalla";
}
.temizle{clear:both;}
#genelKapsayici{
}

#icerik{
	
}
.textAlani{
	width:350px;
	height:40px;
	background-color:#f0f3f5;
    font-size: 18px;    
    margin-left:110px; margin-top:10px;
    border-radius: 5px; 
}
.textAlani input {
    text-align:left;
    font-size:18px;
    border:none;
    height:40px;
    width:290px;
    padding-left:5px;
    border-radius: 5px;
    padding-left:5px;
    color:#073e5e !important;
     
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #073e5e;
    border:none;
}

*:focus {
    outline: none;
   }

#userIcon {
 background-image:url(/Content/Login/kullanici.png) !important;
 background-position:  18px 10px, center;
 pointer-events:none;
    background-repeat:no-repeat;
    width:50px;
    height:40px;
}


#passIcon {
 background-image:url(/Content/Login/sifre.png) !important;
  background-position:  18px 10px, center;
 pointer-events:none;
    background-repeat:no-repeat;
    width:50px; 
     height:40px;
}

#btnGonder{
	width:350px;
	height:40px;
	background-color:#5dd9ef;
    border-radius: 5px;
    margin-left:110px;
    color:#073e5e;
}
#btnGonder input:hover{
	background-color:#9febf8;
    cursor:pointer;
    border-radius: 5px;
    color:#073e5e;
} 
#btnGonder input{
    width:350px;
    height:40px;
    border:none;
    font-size:18px;
    background:transparent;
    color:#000;
}
#gonder{
	margin-top:10px;
	color:#fff;
	line-height:40px;
}
#gonder a{
	color:#fff;
	text-decoration:none;
	font-size:18px;
}



.textGiris{
	height:32px;
	margin-top:4px;
	width:250px;
	margin-left:10px;
	border:0;
}

#footer{
	color:rgb(251, 251, 249);
	font-size:14px;
    text-align:center;
    background-color:#5c95c1;
    padding:6px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#logoBaslik{
	height:110px;
	background-color:#3f6d9b;
}
.validation-summary-errors {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
.validation-summary-errors ul li {
    list-style:none;
    margin-left:70px;
}

/* **************************************/
/* **************************************/
/* **************************************/
/* **************************************/
/* **************************************/

.box {
	position:relative;
	width:570px;
	height:280px;
	margin:100px auto 0 auto;
    margin-top:0px;
}

.box-gradient {
	position:absolute;
	width:100%;
	height:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: -moz-linear-gradient(left, #3f6d9b 0%, #a8c8e8 50%, #a8c8e8 50%, #3f6d9b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3f6d9b),color-stop(50%,#a8c8e8), color-stop(50%,#a8c8e8), color-stop(100%,#3f6d9b));

    background: -ms-linear-gradient(#3f6d9b, #a8c8e8); /* IE10 */  
    background: -o-linear-gradient(#3f6d9b, #a8c8e8); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6d9b', endColorstr='#a8c8e8');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6d9b', endColorstr='#a8c8e8')";   
   
}

.box-shadow {
	position:absolute;
	left:52%;
	margin:420px 0 0 -290px;
	bottom:10px;
	width:550px;
	height:16px;
	background:#fff;
	border-radius:290px / 8px;
	-moz-border-radius:290px / 8px;
	-webkit-border-radius:290px / 8px;
	box-shadow:0 10px 20px #000;
	-moz-box-shadow:0 10px 20px #000;
	-webkit-box-shadow:0 10px 20px #000;
}