* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
}




.splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #0d0b1e;
	text-align: center;
	line-height: 90hv;
	z-index: 500;
}

	.splash.display-none {
		position: fixed;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #0d0b1e;
		text-align: center;
		line-height: 90hv;
		transition: all 0.5s;
		z-index: 500;
	}



.wallpaper-splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("/img/splash-dannte.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 500;
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	animation: fadeIn 1s ease-in forwards;
}






a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

	a:focus {
		outline: none !important;
	}

	a:hover {
		text-decoration: none;
		color: #6a7dfe;
		color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
		color: -o-linear-gradient(left, #21d4fd, #b721ff);
		color: -moz-linear-gradient(left, #21d4fd, #b721ff);
		color: linear-gradient(left, #21d4fd, #b721ff);
	}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul,
li {
	margin: 0px;
	list-style-type: none;
}


input {
	outline: none;
	border: none;
}


	input:focus {
		border-color: transparent !important;
	}

		input:focus::-webkit-input-placeholder {
			color: transparent;
		}

		input:focus:-moz-placeholder {
			color: transparent;
		}

		input:focus::-moz-placeholder {
			color: transparent;
		}

		input:focus:-ms-input-placeholder {
			color: transparent;
		}

	input::-webkit-input-placeholder {
		color: #adadad;
	}

	input:-moz-placeholder {
		color: #adadad;
	}

	input::-moz-placeholder {
		color: #adadad;
	}

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

button {
	outline: none !important;
	border: none;
	background: transparent;
}

	button:hover {
		cursor: pointer;
	}


.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-loginDannte {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #f2f2f2;
	display: flex;
	background-image: url("/img/wp-dannte.png");
	background-size: 100% 150%;
}

.wrap-loginDannte {
	width: 390px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 77px 55px 33px 55px;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.loginDannte-form {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	/* Semi-transparent background */
	backdrop-filter: blur(10px);
	/* Glass effect blur */
	border: 1px solid rgba(255, 255, 255, 0.3);
	/* Subtle border */
	border-radius: 10px;
	/* Match existing border-radius if any */
}

.loginDannte-form-title {
	display: block;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

	.loginDannte-form-title i {
		font-size: 60px;
	}


.wrap-inputDannte {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #adadad;
	margin-bottom: 37px;
}

.inputDannte {
	font-size: 15px;
	color: #555555;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent;
	padding: 0 5px;
	border: none;
	/* Remove boxed border */
	border-radius: 0;
	/* Remove radius */
}

.focus-inputDannte {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

	.focus-inputDannte::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 0;
		height: 2px;
		transition: all 0.4s;
		background: #211c52;
		background: -webkit-linear-gradient(to right, #21d4fd, #b721ff);
		background: -o-linear-gradient(to right, #21d4fd, #b721ff);
		background: -moz-linear-gradient(to right, #21d4fd, #b721ff);
		background: linear-gradient(to right, #21d4fd, #b721ff);
		/* Fixed syntax */
	}

	.focus-inputDannte::after {
		font-size: 15px;
		color: #999999;
		line-height: 1.2;
		content: attr(data-placeholder);
		display: block;
		width: 100%;
		position: absolute;
		top: 16px;
		left: 0px;
		padding-left: 5px;
		transition: all 0.4s;
	}

.inputDannte:focus + .focus-inputDannte::after {
	top: -15px;
}

.inputDannte:focus + .focus-inputDannte::before {
	width: 100%;
}

.has-val.inputDannte + .focus-inputDannte::after {
	top: -15px;
}

.has-val.inputDannte + .focus-inputDannte::before {
	width: 100%;
}

.btn-show-pass {
	font-size: 15px;
	color: #999999;
	display: flex;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	transition: all 0.4s;
}

	.btn-show-pass:hover {
		color: #6a7dfe;
		background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.btn-show-pass.active {
		color: #6a7dfe;
		background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

/* Button Styles - Gradient */
.container-loginDannte-form-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 30px;
}

.wrap-loginDannte-form-btn {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.loginDannte-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #211c52;
	background: -webkit-linear-gradient(right, #211c52, #b721ff, #211c52, #b721ff);
	background: -o-linear-gradient(right, #211c52, #b721ff, #211c52, #b721ff);
	background: -moz-linear-gradient(right, #211c52, #b721ff, #211c52, #b721ff);
	background: linear-gradient(right, #211c52, #b721ff, #211c52, #b721ff);
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.loginDannte-form-btn {
	font-size: 15px;
	/* Kept readable size */
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	/* Kept usable height */
}

.wrap-loginDannte-form-btn:hover .loginDannte-form-bgbtn {
	left: 0;
}


@media (max-width: 576px) {
	.wrap-loginDannte {
		padding: 77px 15px 33px 15px;
	}
}

/* New Split Screen Layout */
.split-screen {
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #f2f2f2;
}

.left-pane {
	background-image: url("/img/splash-dannte.jpg");
	background-size: cover;
	background-position: left;
	height: 100%;
	width: 100%;
	/* Initially covers everything */
	transition: width 1.5s ease-in-out;
	position: relative;
	z-index: 10;
}

	.left-pane.shrunk {
		width: 70%;
		/* Shrinks to half */
	}

/* Flip Card Styles - Clean White */
/* Flip Card Styles - Clean White */
.flip-container {
	perspective: 1000px;
	width: 100%;
	max-width: 360px;
	/* Smaller width */
	position: relative;
	/* Removed min-height to allow vertical centering based on content */
}

	.flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flipper {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	/* height: 100%; Removed to let content drive height */
}

.front,
.back {
	backface-visibility: hidden;
	width: 100%;
	padding: 30px 30px;
	/* Slightly reduced padding */
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	/* Ensure radius is applied */
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
	position: relative;
	/* Front drives the height */
	height: auto;
}

.back {
	transform: rotateY(180deg);
	position: absolute;
	/* Back overlays/matches front height */
	top: 0;
	left: 0;
	height: 100%;
}

/* Right Pane Background */
.right-pane {
	width: 0%;
	/* Initially hidden */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: width 1.5s ease-in-out, opacity 1.5s ease-in-out;
	opacity: 0;
	position: relative;
	background-color: #ffffff;
	/* White background for the form side */
}

	.right-pane.expanded {
		width: 30%;
		opacity: 1;
	}


#particleCanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* Behind the form */
	pointer-events: auto;
	/* Allow mouse interaction */
}


/* Ensure form sits on top */
.flip-container {
	z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.left-pane.shrunk {
		width: 0%;
		display: none;
	}

	.right-pane.expanded {
		width: 100%;
	}

	.front,
	.back {
		padding: 20px;
	}
}
