/* Code Registration */

.code-registration {
	position: relative;
}

.code-registration .loading-wrapper {
	width:30px;
	height: 30px;
	position:absolute;
	top: 150px;
	left: 160px;
	animation: spinner 2s linear infinite;
}
.code-registration .loading-wrapper .fa {
	font-size: 30px;
}

.output {
	margin: 20px 0px;
}

.output .given-code,
.output .code-status,
.output .fegroups {
	margin: 10px 0px;
}

.max-width-300 {

}

@keyframes spinner {
	from {transform:rotate(0deg);}
	to {transform: rotate(360deg);}
}
