html,
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
}

body {
	background: transparent !important;
}

#bg_cover {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background: #c8c8c8;
}

#bg_cover img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: none;
}

.login-box {
	position: fixed !important;
	top: 12px;
	left: 12px;
	margin: 0 !important;
	z-index: 30;
}

#dis_cerceve {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(var(--student-box-scale, 1));
	transform-origin: center center;
	background-image: url('../gorsel/student_login_form.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	z-index: 10;
	pointer-events: auto;
	overflow: hidden;
	width: 0;
	height: 0;
}

#login_student {
	position: absolute;
	inset: 0;
}

.student-role-menu {
	position: absolute;
	left: calc(50% + 50px);
	top: 0;
	transform: translate(-50%, 0);
	width: 304px;
	height: 38px;
	z-index: 12;
	pointer-events: auto;
}

.student-role-btn {
	position: absolute;
	top: 0;
	min-width: 0;
	height: auto;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #7b7b7b;
	background: linear-gradient(180deg, #f3f3f3 0%, #e2e2e2 100%);
	color: rgba(0, 0, 0, 0.5);
	font-family: Arial, "Arial Unicode MS", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	cursor: pointer;
	transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
	outline: none;
}

.student-role-btn:focus,
.student-role-btn:active {
	outline: none;
}

.student-role-btn:focus-visible {
	outline: 2px solid #000000;
	outline-offset: 0;
}

#btn_role_school {
	left: 130px;
	z-index: 1;
}

#btn_role_student {
	left: 25px;
	z-index: 2;
}

.student-role-btn:hover {
	transform: none;
	filter: brightness(1.10);
}

.student-role-btn.is-active-student {
	border-color: #b88d00;
	background: linear-gradient(180deg, #ffe36a 0%, #f2c315 100%);
	color: #000000;
	animation: none;
	z-index: 3 !important;
}

.student-role-btn.is-active-school {
	border-color: #1f5ea8;
	background: linear-gradient(180deg, #6eb3ff 0%, #2d83e8 100%);
	color: #000000;
	animation: none;
	z-index: 3 !important;
}

@keyframes studentPulse {
	0% { filter: brightness(1); }
	50% { filter: brightness(1.2); }
	100% { filter: brightness(1); }
}

.student-hitbox {
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}

.student-input {
	position: absolute;
	box-sizing: border-box;
	border: 0;
	outline: none;
	background: transparent;
	color: #000000;
	font-family: Arial, "Arial Unicode MS", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0.35em;
	visibility: hidden;
}

input.student-input, input.student-input[type="text"], input.student-input[type="password"]{
	background: transparent !important;
	border: 0 !important;
	outline: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
	padding: 0 0.35em !important;
	margin: 0 !important;
	color: #000 !important;
}

input.student-input:focus, input.student-input:active {
	outline: none !important;
	box-shadow: none !important;
}

#btn_student_login {
	position: absolute;
	box-sizing: border-box;
	border: 1px solid #b88d00;
	border-radius: 15px;
	background: linear-gradient(180deg, #ffe36a 0%, #f2c315 100%);
	color: #000000;
	font-family: Arial, "Arial Unicode MS", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	cursor: pointer;
	transition: filter 0.15s ease;
	z-index: 5;
	visibility: hidden;
}

#btn_student_login.is-school-mode {
	border-color: #1f5ea8;
	background: linear-gradient(180deg, #6eb3ff 0%, #2d83e8 100%);
	color: #000000;
}

#btn_student_login:hover {
	filter: brightness(1.10);
}

#forgot_password_link {
	position: absolute;
	left: 0;
	top: 0;
	color: #2d83e8;
	font-family: Arial, "Arial Unicode MS", sans-serif;
	font-size: 23.203125px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	z-index: 6;
	transition: filter 0.15s ease;
	cursor: default;
}

#forgot_password_link:hover {
	filter: brightness(1.40);
}

.student-hitbox.username,
.student-hitbox.password {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
