/* styles specific to the join/index page */
.main-form-container{max-width:28rem;margin:0 auto}
.join-form .border{border:1px solid #e2e8f0}
.join-form button[type="button"]{background:#fff}
#random-loader{align-items:center;justify-content:center}

/* tighten button spacing on small screens */
button{cursor:pointer}

/* About Us: ensure horizontal spacing on small screens so text isn't clipped */
@media (max-width: 640px) {
	footer .mx-auto {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	footer p { overflow-wrap: break-word; }
}

