<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form fieldset {
	display: flex !important;
	flex-direction: column;
}

form fieldset &gt; p {
	position: relative;
}

#password {
	margin: 5px 0;
	padding-right: 45px;
	height: 45px;
	box-sizing: border-box;
	flex: 1 1 auto;
	width: 100% !important;
	min-width: 0; /* FF hack for to override default value */
}

input[type='submit'],
input[type='submit'].icon-confirm {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 45px !important;
	height: 45px;
	background-color: transparent !important;
}

.warning &gt; .warning {
	/* Do not use a top margin for warning messages in the warning container. */
	margin-top: 0;
}
</pre></body></html>