.magic-request-form,
.magic-result form,
.code-entry form,
.code-backup form,
.password-backup form {
	display: grid;
	gap: .75rem;
}

.magic-request-form label,
.code-entry label,
.code-backup label,
.password-backup label {
	font-weight: 750;
}

.magic-request-form input,
.code-entry input,
.code-backup input,
.password-backup input {
	width: 100%;
	padding: .85rem;
	border: 2px solid #b6c9ce;
	border-radius: 12px;
	background: #fff;
	font: inherit;
}

.magic-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: .25rem;
	text-align: center;
}

.notice--success {
	margin-bottom: 1rem;
	border: 1px solid #9bc9bd;
	background: #e5f6ef;
	color: #164f40;
}

.password-backup {
	margin-top: 1.4rem;
	padding-top: 1.1rem;
	border-top: 1px solid #d9e4e7;
}

.code-entry {
	margin-top: 1rem;
}

.code-entry h2 {
	margin-bottom: .2rem;
}

.code-input {
	font-size: 1.65rem !important;
	font-weight: 800 !important;
	letter-spacing: .28em;
	text-align: center;
}

.code-backup {
	margin-top: 1rem;
}

.code-backup summary,
.password-backup summary {
	cursor: pointer;
	font-weight: 750;
	color: #073b4c;
}

.code-backup form,
.password-backup form {
	margin-top: 1rem;
}

.magic-result h2 {
	margin-bottom: .25rem;
}
