.border-radius-6 { border-radius: 0.375rem; overflow: hidden; }
.border-radius-8 { border-radius: var(--radius-sm); overflow: hidden; }
.border-radius-10,
.border-radius-12 { border-radius: var(--radius-md); overflow: hidden; }
.border-radius-20 { border-radius: var(--radius-lg); overflow: hidden; }

.password-form {
	padding-block: var(--space-xl);
}

