.sidebar,
.header {
	display: none !important;
}

a.toggle-sidebar,
.header p:nth-of-type(1) {
	display: none;
}

.container > .page > .content {
	min-height: 30em;
	position: relative;
	justify-content: center;
	align-items: center;
	flex: 100% !important;
	background-color: white;
	overflow: hidden !important;
	transition: none !important;
	max-width: 100vw !important;
	margin-left: 0 !important;
}

.footer {
	flex-basis: 0;
	max-height: 5vh;
}

.flex-column {
	display: flex;
	flex-direction: column;
	flex: 100%;
}

.modal {
	top: 40vh;
	height: 20vh;
	min-height: 150px;
}

.modal.active {
	width: 25vw;
}

.modal-content {
	padding: 1em;
	display: flex;
	justify-content: center;
	background-color: white;
}

.modal-content h3 {
	color: red;
	display: flex;
	align-items: center;
	justify-content: center;
}

.canvas-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-box {
	flex: unset;
	width: min(31.5rem, 90vw);
	background-color: #f8f8f8;
	z-index: 2;
	padding: 3rem;
	justify-content: center;
}

.content-box h1:first-of-type,
.content-box h2:first-of-type {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.content-box img {
	width: 70%;
	align-self: center;
	margin-bottom: 2rem;
}

.content-box p {
	text-align: justify;
}

input {
	height: unset !important;
	line-height: unset !important;
	padding: 0.5rem 0.5rem 0.5rem 2rem !important;
}

.input-icon-container {
	position: relative;
	width: 100%;
}

input + i.fa,
input + i.fas {
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-primary);
}

:not(.swal2-actions) > button {
	margin: 1em 0 0;
	width: 100%;
}

a.forgot-password:visited,
a.forgot-password {
	color: var(--color-primary);
	text-decoration: none;
	transition: 0.2s;
}

a.forgot-password:hover {
	color: var(--color-primary-hover);
}

a.forgot-password:active {
	color: var(--color-primary-hold);
}

.copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5em;
	margin-top: 2rem;
	font-size: 0.7rem;
	padding: 0 0.5rem;
}

.copyright a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.copyright a img {
	display: inline;
	margin: 0;
	padding: 0;
}

.copyright a img {
	height: 0.7em;
	width: auto;
}

.captcha-container {
	width: calc(min(31.5rem, 90vw) - 6rem - 1rem);
}
