*{
	margin:0;
	padding:0;
	box-sizing:border-box; 
}

input, select, button, textarea{
	box-shadow: none!important;
	outline: 0!important;
	font-size:14px!important
}

input:focus{
	box-shadow: none!important;
	outline: 0!important;
}

body{	
	font-family: sans-serif;
	font-size: 14px;
	color:#444;
	background:#f4f4f2;		
	overflow-x:hidden;
}

/*checkbox style -------------------------*/
.lbl-container {
	  display: block;
	  position: relative;
	  padding-left: 25px;
	  margin-bottom: 12px;
	  cursor: pointer;	 
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  font-weight: 400!important;
	  padding-top:3px;
}

.lbl-container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
}

#trigger{opacity:0}

.checker {
  background-image: url(../img/un-check.png);
  background-position: left center;
  background-size: auto 100%; 
  height: 20px;
  background-repeat: no-repeat;
  color:#fff;
  padding-left: 45px;
  margin-left: -17px;
  cursor: pointer;
}

#trigger:checked + .checker {
  background-image: url(../img/check.png);
}
/*checkbox style -------------------------*/

.main-wrapper{
	height: 100vh;
	background:url('../img/index-bg.jpg') no-repeat center center fixed;
	background-position-x:center;
	background-size: cover; 
	position: relative;
	z-index: 0;
}

.login-logo{ width: 360px;}

.login-content{
    background-color: #7ac2cc;
    width: 360px;   
    padding: 20px 30px 15px 30px;    
    border-radius: 4px;
    position: relative;
    z-index: 2;
    box-shadow: -5px 5px 25px #999
}

.login-content h4{color:#fff;}

.login-page-logo {
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 3px #000000;
}

.input-wrap{
	border-radius: 5px;	
	padding-left: 5px;	
	padding: 4px;
	padding-left: 30px;
	position: relative;


}

.inp-mail{
	background: #fff url(../img/mail.png) no-repeat 8px 10px;
}

.inp-sifre{
	background: #fff url(../img/sifre.png) no-repeat 8px 8px;
}

.input-wrap input{
	background: transparent;
	width: 100%;
	padding: 5px;
	border:0;
	border-radius: 5px;
	position: relative;
}

.input-wrap input::placeholder{color:#7ac2cc;}

.sifre-gonder{
	color:#0a444c;
	font-weight:bold;
	font-size: 12px;
}

.errorAlert{
	position: relative;	
	background:transparent;
	font-size: 12px;
	color:#C62828;
	font-weight: 600;
}

.error-close{
	position: absolute;
	width: 15px;
	height: 15px;
	top:2px;
	right: 3px;
	padding:0;
	cursor:pointer;	
}

.error-close i{color:#C62828;}

.eye-wrap{
	position: absolute;
	top:4px;
	right:5px;
	width: 22px;
	height: 16px;
	margin-top: 5px;
	margin-right: 5px;
	cursor:pointer;
}

.close span{font-size: 20px;}

.btn{min-width: 90px}

.mesaj-danger-wrap{display:none}

.mesaj-success-wrap{display:none}


#loading{
	width: 70px;
	height: 70px;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	margin: auto;
	z-index: 3600;
	background: transparent;
	display: none;	
}

#loading i{
	font-size: 60px;
	color:#17a2b8;
}

.giris-btn{
	border-radius:7px;
	background: #f85470;
	color:#fff;
	font-size: 18px!important;
}

.giris-btn:hover{
	color:#fff;
	background:#df455f
}

.remember-wrap{width:50%;}

.sifre-unuttum{width:50%;}

/* 404 hata sayfası */
.bg-404{
	background: url('../img/404-bg.jpg') no-repeat 0 0 fixed;
	background-position-x:left;
	background-size: cover; 
	height: 100vh;
	width:100%;
	padding-top:200px;
	padding-left:50px
}

.text-404{
	font-size: 160px;
	font-weight:bold;
	color:#55539b;
}

.text-link{
	margin-top: -50px;
	color:#000;
	font-size: 20px;
	font-weight:bold;
	color:#282737;
}

.btn-anasayfa{
	background:#7ac2cc;
	color:#fff;
	border-radius:15px;
	width: 200px;
	margin-top: 40px;
	margin-left: 30px;
	padding:10px;
}

.btn-anasayfa:hover{
	color:#fff;
	background: #55a0aa
}







@media(max-width: 400px){
	.login-content h4{
		font-size: 18px;
		display: block;
		text-align: center
	}
	.login-logo{ width: 100%;}
	.login-content{width:100%}
	.login-logo img{height:100px}
	.remember-wrap{width:100%;}
	.sifre-unuttum{width:100%;}

	.bg-404{padding-left:20px;}
	.text-404{font-size:110px}
	.text-link{margin-top:-30px;font-size:16px}
	.btn-anasayfa{margin-left:0px}
}

@media(max-width: 315px){
	.login-content h4{font-size: 16px;}
	.mac-gozl-text{font-size: 12px;}	
}






.k{border:1px solid red;}
.m{border:1px solid blue;}