
		.ana_div {
		overflow-wrap: break-word;
		max-width: 100%;
		/* position: center; */
		margin: auto;
		left: 0px;
		top: 0px;
		/*	background-color: rgba(70, 6, 81, 0.5);	*/
		width: 100%;
		height: 100%;

		position: fixed;
		bottom: 0;
		/*	background: rgba(0, 0, 0, 0.5); */
		color: #f1f1f1;
		z-index: 1;
		}
		.icerik_div {
		overflow: auto;
		overflow-wrap: break-word;
		max-width: 100%;
		/* position: center; */
		left: 0px;
		margin-top: 0px;
		/* background-color: rgba(70, 6, 81, 0.5); */
		width: 100%;
		height: 100%;
		z-index: 2;
		}
		.buton_geri_div {
		position: fixed;
		top: 80px;
		right: 10px;
		/* background-color: rgba(255, 255, 255, 0.5); */
		width: 60px;
		height: 100px;
		}
		input[type=button] {
		border: 2px solid green;
		background-color: #4CAF50;
		color: white;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=submit] {
		border: 2px solid green;
		background-color: #4CAF50;
		color: white;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=reset] {
		border: 2px solid green;
		background-color: #4CAF50;
		color: white;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=text] {
		border: 2px solid red;
		background-color: #FFFFFF;
		color: #0B4600;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		outline: none;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=number] {
		border: 2px solid red;
		background-color: #FFFFFF;
		color: #0B4600;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		outline: none;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=date] {
		border: 2px solid red;
		background-color: #FFFFFF;
		color: #0B4600;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		outline: none;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=password] {
		border: 2px solid red;
		background-color: #FFFFFF;
		color: #0B4600;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		outline: none;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		input[type=email] {
		border: 2px solid red;
		background-color: #FFFFFF;
		color: #0B4600;
		padding: 10px 10px;
		border-radius: 50px;
		font-size: 20px;
		outline: none;
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
		}
		.yazi_1 {
			color: black;
		}
		.baslik_1 {
		  font-family: "Original Surfer", cursive;
		  text-shadow: 3px 3px 3px #ababab;
		}
		.baslik_1_gsiz {
		  font-family: "Original Surfer", cursive;
		}
		.baslik_2 {
		  font-family: 'RocknRoll One', sans-serif;
		  text-shadow: 1px 1px 1px #ababab;
		}
		.baslik_2_1 {
		  font-family: 'RocknRoll One', sans-serif;
		  text-shadow: 1px 1px 1px #FF0004;
		}
		.baslik_3 {
		  font-family: 'Mitr', sans-serif;
		  text-shadow: 1px 1px 1px #ababab;
		}	
		.baslik_3_gsiz {
		  font-family: 'Mitr', sans-serif;
		}	
		.baslik_4 {
		  font-family: 'Poppins';
		  font-weight: bolder;
		}
		.box_1 {
			background: rgba( 255, 255, 255, 0.70 );
			box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
			backdrop-filter: blur( 2.5px );
			-webkit-backdrop-filter: blur( 2.5px );
			border-radius: 10px;
			border: 1px solid rgba( 255, 255, 255, 0.18 );
		}
		.box_2 {
			background: rgba( 255, 255, 255, 0.85 );
			box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
			backdrop-filter: blur( 2.5px );
			-webkit-backdrop-filter: blur( 2.5px );
			border-radius: 10px;
			border: 1px solid rgba( 255, 255, 255, 0.18 );
		}
		.box_3 {
			background: rgba( 237, 193, 49, 0.70 );
			box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
			backdrop-filter: blur( 2.5px );
			-webkit-backdrop-filter: blur( 2.5px );
			border-radius: 10px;
			border: 1px solid rgba( 255, 255, 255, 0.18 );
		}

/* LOADER.............................................................. */
		.loader {
		  border: 16px solid #f3f3f3;
		  border-radius: 50%;
		  border-top: 16px solid #8C00AB;
		  border-right: 16px solid green;
		  border-bottom: 16px solid #F97A0B;
		  width: 100px;
		  height: 100px;
		  -webkit-animation: spin 2s linear infinite;
		  animation: spin 2s linear infinite;

			margin-left: auto;
			margin-right: auto;

		}
		.loader1 {
			min-height: 100%;
			margin-left: auto;
			margin-right: auto;
			vertical-align: middle;

			}
		@-webkit-keyframes spin {
		  0% { -webkit-transform: rotate(0deg); }
		  100% { -webkit-transform: rotate(360deg); }
		}

		@keyframes spin {
		  0% { transform: rotate(0deg); }
		  100% { transform: rotate(360deg); }
		}
/* LOADER.............................................................. */
