#register-code-view {
	image-rendering: pixelated;
}
#register-code-view h1 {
	text-transform: none;
}
#register-code-view .dialog-inputs {
	display: inline-grid;
	margin: 20px 0;
}
#register-code-view .dialog-inputs > span {
	padding: 14px 70px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	background: white;
	color: #FF8C00;
	margin: 9px 0;
	cursor: pointer;
}
#register-code-view .dialog-inputs > span.active {
	background: #FF8C00;
	border: 1px solid #FFFFFF;
	color: white;
}
#register-code-view .register-code-bottom {
	display: flex;
}
#register-code-view .register-code-bottom.with-margin {
	margin: 30px 0;
}
#register-code-view .register-code-bottom form {
	width: 100%;
}
#register-code-view .register-code-bottom form .form-inner {
	display: flex;
}
#register-code-view .register-code-bottom form .form-inner > div {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
}
#register-code-view .register-code-bottom form .file-col > * {
	margin-bottom: 20px;
}
#register-code-view .register-code-bottom form button[type="submit"] {
	display: block;
	margin: 0 auto;
}
#register-code-view .register-code-bottom form input::placeholder {
	letter-spacing: 4px;
}
#register-code-view .register-code-bottom form label {
	font-size: 19px;
	color: #535352;
	margin-bottom: 10px;
}
#register-code-view .register-code-bottom form .label-inline {
	width: 339px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#register-code-view .register-code-bottom form .label-inline label {
	margin: 0;
}
#register-code-view .register-code-bottom form .label-inline input {
	width: 72px;
	border-radius: 4px;
	padding: 0 10px;
}
#register-code-view .register-code-bottom form input[type="file"] {
	position: absolute;
	left: -9999px;
}
#register-code-view .register-code-bottom form .file {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 20px;
}
#register-code-view .register-code-bottom img {
	max-width: 100%;
	max-height: 100%;
}
#register-code-view .register-code-bottom > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 0;
}
#register-code-view .register-code-bottom > div:first-child {
	justify-content: space-around;
}
#register-code-view input, #register-code-view .file {
	background: #E5E5E5;
	text-transform: uppercase;
	width: 339px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 4px;
}

#register-code-view .os-content > div {
	padding-right: 50px;
	padding-left: 50px;
}
#register-code-view button {
	margin: 0;
}
#register-code-view .r-code > * {
	margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	html.bx-touch #register-code-view .register-code-bottom form .form-inner {
		flex-direction: column;
		align-items: center;
	}
	html.bx-touch #register-code-view .register-code-bottom form .form-inner > div {
		width: 75%;
		flex: initial;
	}
	html.bx-touch #register-code-view input, html.bx-touch #register-code-view .file {
		width: 100%;
	}
	html.bx-touch #register-code-view .register-code-bottom form .file {
		height: 68vw;
	}
	html.bx-touch #register-code-view span {
		font-size: 6rem;
	}
	html.bx-touch #register-code-view .register-code-bottom form label {
		font-size: 5rem;
	}
	html.bx-touch #register-code-view input, #register-code-view .file {
		font-size: 9rem;
	}
	html.bx-touch #register-code-view .register-code-bottom form .label-inline {
		width: 100%;
	}
	html.bx-touch #register-code-view .register-code-bottom form .label-inline input {
		width: 18%;
		border-radius: 20%;
		padding: 0 2%;
	}
	html.bx-touch #register-code-view button {
		width: 100%;
		height: 12vw;
		font-size: 6rem;
	}
	html.bx-touch #register-code-view .register-code-bottom img {
		min-width: 80%;
	}
	
}