
html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

body,
html {
	height: 100%;
}

body {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	position: relative;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"]{

opacity:1;
}
::-webkit-input-placeholder {
	color: #dcdcdc;
}

::-moz-placeholder {
	color: #dcdcdc;
}

:-ms-input-placeholder {
	color: #dcdcdc;
}

:-moz-placeholder {
	color: #dcdcdc;
}

.highlight {
	color: #ff303c;
}


.bilgi {
	margin: 20px auto 40px auto;
	max-width: 700px;
	padding: 0 15px;
	text-align: center;
}

.bilgi-yakinda h1 {
	color: #fff;
	font-size: 58px;
	font-weight: 800;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.bilgi-yakinda p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

.bilgilendir {
	margin: 40px auto 0 auto;
	max-width: 450px;
	position: relative;
}

.bilgilendir .form-email {
	background: rgba(99, 99, 99, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-radius: 30px;
	box-shadow: 0 0 0px 4px rgba(132, 115, 115, 0.28);
	color: #fff;
	font-size: 16px;
	height: 52px;
	padding: 0 20px 0 20px;
	width: 100%;
}

.bilgilendir .form-email:focus {
	border: 1px solid rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 0px 4px rgba(132, 115, 115, 0.28);
	outline: none
}

.btn-gonder {
	background: linear-gradient(45deg, #ff0785, #ff5200);
	border: none;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	text-transform: uppercase;
	z-index: 11;
}

.btn-gonder:hover {
	background: linear-gradient(45deg, #ff5200, #ff0785);
	color: #fff;
}

.btn-gonder:focus {
	outline: none
}

@media screen and (min-width:1200px) {
	.bilgi {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 700px;
	}
}

@media screen and (max-width:767px) {
	.bilgi {
		margin-top: 80px;
		width: 100%;
	}
	.bilgi-yakinda h1 {
		font-size: 28px;
	}
	.bilgi-yakinda p {
		font-size: 17px;
	}
	
	.bilgilendir .form-email,
	.btn-gonder {
		height: 46px;
	}
}
