<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@characterset 'utf8';
body{
	margin:0px;
	text-align:center;
	min-width:100px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	position: relative;
}
html {
	position: relative;
	height: 100%;
}
img{ border:0px;}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.clear{
	clear:both;
	margin:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.line{
	clear:both;
	height:1px;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#bababa;
}
video{position:fixed;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;background:url('') no-repeat;background-size:cover;}
video#bgvid {
position: fixed; right: 0; bottom: 0; top:0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
}
#patern {
		z-index:-99;
		position:fixed; 
		top:0; 
		left:0; 
		height:100%; 
		width:100%; 
		background: url('../images/patern.png') repeat;
	}
#main{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height: 100%;
	position:relative;
}
#main .logo{
	width:226px;
	height:56px;
	margin:100px auto auto auto;
	position:relative;
}
#main #mesaj{
	width:30%;
	position:relative;
	text-align:center;
	margin:auto;
	display:none;
}
#main .uye-giris, #main .sifremi-unuttum{
	width:300px;
	height:auto;
	margin:auto;
	
}
#main .uye-ol-panel{
	width:400px;
	margin:auto;
	position:relative;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	#main .uye-giris, #main .uye-ol-panel, #main .sifremi-unuttum{
	width:300px;
	}
}
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}</pre></body></html>