::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

body {
	font-size: 14px;
}

.container-full {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.leftSide {
	background-color: #14365b;
	height:100vh;
	padding-top: 15vh;
}

.rightSide {
	background: url('../img/giris.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}

.loginLogo {
	width: 80%;
	height: auto;
	margin:0 auto;
	margin-bottom: 25px;
	margin-left: 10%;
}

.form-group {
	margin-top: 20px;
}

.loginBtn {
	width: 100%;
}

.loginChck input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-right: 15px;
}

.loginChck input[type=text] {
	background-color: #e1e1e1;
	border-radius: 5px;
}

.loginChck label {
	color: white;

}

footer {
	position: absolute;
	z-index: 9;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #112e4d;
	padding: 0 30px;
	color: white;
	font-weight: bold;
}