<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mascot {
	position: absolute;
	display: flex;
	justify-content: center;
	margin-bottom: 586px;
	z-index: 0;
	width: 100%;
}

.mascot img {
	max-width: 300px;
	justify-content: center;
}

.melting-cheese-topper {
	position: absolute;
	top: 0;
	left: 0;
}

.melting-cheese-topper img {
	width: 65%;
}

.melting-cheese-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -14px;
	width: 60px;
}

.melting-cheese-btn img {
	width: 50px;
}

.login-content-wrapper {
	display: block;
	width: 95%;
	padding: 16px 24px 40px 24px;
	max-width: 380px;
	min-width: 300px;
	background-color: #ffa600;
	margin-top: 100px;
	z-index: 99;
	position: relative;
	overflow: hidden;
}

.login-container &gt; div &gt; div h2 {
	margin-bottom: 2px;
}

.login-container .email-box,
.login-container .password-box {
	margin-bottom: 8px;
}

.login-container .email-box &gt; div &gt; h2,
.login-container .password-box &gt; div &gt; h2 {
	margin-bottom: 8px;
}

.action-container .find-pw {
	display: flex;
	justify-content: end;
	margin: 8px 0px 30px 0px;
}

.action-container .create-acc {
	margin-top: 20px;
}

.action-container .login-btn-box {
	position: relative;
}
</pre></body></html>