body {
	position: fixed;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3 {
	margin: 0;
}

#mainContainer {
	min-width: unset;
	min-height: unset;
	height: 100vh;
}

#loginPage {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	font-family: codeRegular;
	color: white;
}

#lpTopContainer {
	height: calc(100vh + 50px);
	width: 100%;
	background-color: #569ed5;
	position: relative;
	overflow: hidden;
}

#lpTopBackground {
	width: 100%;
	height: 100%;
	position: absolute;
}

#lpTopBackground > img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#lpTopMainContainer {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	padding-bottom: 15vh;
}

#lpLogo {
	height: 20vh;
	filter: drop-shadow(0 0 2px rgb(0, 0, 0));
	max-width: 100%;
}

.lpPlayButton {
	background-image: linear-gradient(to right, #24bfff, #4481eb, #04befe, #3f86ed);
	width: 400px;
	height: 100px;
	font-size: 55px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: pointer;
	background-size: 300% 100%;
	background-position-x: 0;
	animation: quickPlayButtonEffect 2s infinite linear;
	animation-duration: 2s;
	opacity: 0.85;
}

.lpPlayButton:hover {
	opacity: 1;
}

.lpPlayButton.login {
	background-image: linear-gradient(to right, #78e978, #47e047, #78e978, #47e047);
}

.lpPlayButton:hover {
	animation-duration: 1.2s;
	transition: animation-duration 1s ease-in-out;
}

@keyframes quickPlayButtonEffect {
	from {
		background-position-x: 0%;
	}
	to {
		background-position-x: 100%;
	}
}

#lpQuickPlayButton > * {
	font-size: 70px;
}

#lpLoginBox {
	width: 400px;
	background-color: #1b1b1be5;
	margin-top: 3vh;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	padding: 8px;
	padding-bottom: 15px;
}

#lpLoginBox h2 {
	text-align: center;
	font-size: 35px;
}

#lpLoginBox h3 {
	text-align: center;
	margin-top: 15px;
}

#lpLoginBox p {
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
}

.lpLoginBoxContentContainer {
	display: flex;
	flex-wrap: wrap;
}

.lpLoginBoxContentContainer.margin {
	margin-top: 10px;
}

.lpLoginBoxContentContainer.between {
	justify-content: space-between;
}

.lpLoginBoxContentContainer.around {
	justify-content: space-around;
}

.lpLoginBoxContentContainer.evenly {
	justify-content: space-evenly;
}

.lpLoginBoxContentContainer.center {
	justify-content: center;
}

.lpRowInput {
	padding: 0 10px;
}

.lpRowInput.full {
	padding: 0;
}

.lpRowInput input {
	width: 80%;
}

.lpRowInput.full input {
	width: 100%;
}

.inputGroup {
	width: 50%;
	padding: 0 10px;
	text-align: center;
}

.lpRowInput.full .inputGroup {
	width: 100%;
}

.lpLoginAlertContainer {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px;
}

.loginCheckbox {
	margin-left: 10px;
}

.loginCheckbox input {
	margin-top: 3px;
}

#loginButton {
	padding: 0px 14px;
	height: 32px;
	margin-right: 10px;
	margin-top: 10px;
}

#lpResetPasswordButton,
#lpVerifyEmailButton,
#lpCountryButton {
	margin-top: 10px;
}

.lpSocialIcon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1b1b1b7d;
	margin-top: 10px;
}

.lpSocialIcon > i {
	font-size: 34px;
	margin-top: 8px;
	margin-left: -2px;
	color: #d9d9d9;
}

.lpSocialIcon > img {
	width: 56%;
	margin-top: 9px;
}

#lpMainContainerFadeout {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(0deg, rgb(27, 27, 2) 0%, rgba(27, 27, 2, 0.6) 60%, rgba(27, 27, 27, 0) 100%);
	position: relative;
}

#lpContainerInBetween {
	width: 100%;
	height: 5px;
	background-color: #1b1b1b;
}

#lpInfoContainer {
	background-image: url("https://cdn.animemusicquiz.com/v1/ui/backgrounds/normal/1920px/bgTile.webp");
	background-color: #404040;
	position: relative;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1921px) {
	#lpInfoContainer {
		background-image: url("https://cdn.animemusicquiz.com/v1/ui/backgrounds/normal/3840px/bgTile.webp");
	}
}

#lpInfoContainerFadein {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, rgb(27, 27, 2) 0%, rgba(64, 64, 64, 0.6) 60%, rgba(27, 27, 27, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

#lpInfoContainerContent {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	background-color: #1b1b1b;
	position: relative;
	box-shadow: 0 0px 15px 2px rgb(0, 0, 0);
	padding-bottom: 40px;
	margin-top: 10px;
}

#lpInfoContainerTitle {
	font-size: 85px;
	text-align: center;
	margin-top: -40px;
	text-shadow: 0px 0px 20px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
	margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
	#lpInfoContainerTitle {
		font-size: 8vw;
		margin-top: -4vw;
	}
}

.lpInfoContainerContentContainer {
	display: flex;
	position: relative;
	width: 125%;
}

.lpInfoHalf {
	width: 60%;
	text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
}

.lpInfoHalf h2 {
	font-size: 50px;
	text-align: center;
	text-decoration-line: underline;
}

.lpImageHalf {
	width: 40%;
}

.lpPicture {
	width: 100%;
	filter: drop-shadow(0 0 5px rgb(0, 0, 0));
}

.lpPicture > img {
	width: 100%;
}

.lpPicture.hibike > img {
	margin-top: -20%;
	transform: translateX(-25%);
}

.lpInfoPointContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: calc(100% - 55px);
	padding: 20px;
}

.lpInfoPointContainer > h3 {
	font-size: 40px;
	text-align: center;
}

.lpInfoBackdroupContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.lpInfoBackdrop {
	position: absolute;
	width: 100%;
	opacity: 0.2;
}

.lpInfoContainerContentContainer:nth-child(2n) {
	margin-left: -25%;
}

.lpPicture.komugi > img {
	margin-top: -20%;
	transform: translateX(25%);
	width: 90%;
}

#lpBottomPlayButton {
	margin-left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1150px) {
	.lpInfoContainerContentContainer {
		width: 100%;
	}

	.lpInfoContainerContentContainer:nth-child(2n) {
		margin-left: 0;
	}

	.lpPicture.hibike > img,
	.lpPicture.komugi > img {
		transform: unset;
	}

	.lpInfoHalf {
		padding-left: 3%;
	}

	.lpInfoContainerContentContainer:nth-child(2n) .lpInfoHalf {
		padding-left: unset;
		padding-right: 3%;
	}

	.lpInfoHalf h2 {
		font-size: 44px;
	}

	.lpInfoPointContainer > h3 {
		font-size: 35px;
	}
}

@media screen and (max-width: 1000px) {
	.lpInfoHalf h2 {
		font-size: 4.4vw;
	}

	.lpInfoPointContainer {
		padding: 0 10px;
	}

	.lpInfoPointContainer > h3 {
		font-size: 3.45vw;
	}
}

#lpFooter {
	background-color: #1b1b1b;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	padding: 10px calc(50vw - 500px) 0;
	width: 100%;
	box-shadow: 0 0px 15px 2px rgb(0, 0, 0);
}

#lpCopyRightContainer {
	height: fit-content;
	align-self: center;
	font-size: 32px;
}

@media screen and (max-width: 1000px) {
	#lpFooter {
		padding: 10px 10px 0;
	}

	#lpCopyRightContainer {
		font-size: 3.2vw;
	}
}

#lpInfoContainer.legal #lpInfoContainerContent {
	display: flex;
	flex-direction: column;
	padding: 0 25px 25px;
}

#legalLogo {
	align-self: center;
}




.pdBox {
	width: 400px;
	background-color: #1b1b1be5;
	margin-top: 3vh;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	padding: 8px;
	padding-bottom: 8px;
	padding-bottom: 15px;
	text-align: center;
	color: white;
}

#closeButton {
	margin-top: 10px;
	font-size: 25px;
	padding-left: 35px;
	padding-right: 35px;
}

