.container {
	margin: 1rem;
	min-height: 90vh;
}

.back-button {
	color: black;
}

.title {
	font-size: 1.6rem;
}

.text {
	font-weight: bold;
	margin: 2rem 0;
}

.back-to-login {
	--tw-bg-opacity: 1;
	border: 1px solid rgb(255 89 0 / var(--tw-bg-opacity));
	width: 86%;
	height: 3rem;
	font-size: 1.2rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.leading-6 {
    line-height: 1.5rem;
}
.text-center {
    text-align: center;
}
.py-2\.5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}

.back-to-login-link {
	color: rgb(255 89 0 / var(--tw-bg-opacity));
    text-decoration: none;
    line-height: 3rem;
	font-weight: bold;
}

.footer-links {
	font-size: 0.8rem;
}
