<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#registrationCodeRequestModal {
	background-color:  #000000cc;
	width: 100%;
	height: 100%;
	justify-content: center;
}

#registrationCodeRequestModalContainer {
    width: 500px;
    margin: 0 auto;
    margin-top: 200px !important;
    z-index: 9999;
}

.registration-code-body {
	text-align: center;
	justify-content: center;
}

.registration-code-footer {
	display: flex;
	justify-content: space-between;
}

.code-input {
	display: flex;
	justify-content: center;
}

.code-input &gt; input {
	width: 250px;
}

.registrationCodeContainer {
	margin-bottom: 40px
}</pre></body></html>