/*sayfa-kaydirici-blok-01*/
.sayfa-kaydirici .l-section-h.i-cf{
	top:0 !important;
	padding:0 !important;
}
.sayfa-kaydirici .giris-ic{
	min-height: 100vh;
	justify-content: center !important;
}

@media(max-width:1024px){
	.sayfa-kaydirici  .giris-ic{
		justify-content: end !important;
		padding-bottom:15vh;
	}
}

@media(min-width:1025px){
	.scroll-indicator {
		position: absolute;
		transform: translateX(-50%);
	}
}
@media(max-width:1024px){
	.scroll-indicator{
		margin-top:1.5rem;
	}
}

.scroll-indicator {
	bottom: 20px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	color:#fff !important;
}
.scroll-indicator .mouse {
	width: 24px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 12px;
	position: relative;
}
.scroll-indicator .mouse .scroll-wheel {
	width: 4px;
	height: 8px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	animation: scroll 1s infinite;
}
@keyframes scroll {
	0% { top: 8px; opacity: 1; }
	100% { top: 24px; opacity: 0; }
}
.scroll-indicator span {
	margin-top: 10px;
	font-size: 14px;
	color: #fff !important;
}