body {
	font-family:  Montserrat, "Source Sans Pro" !important;
}


.active .bs-stepper-circle {
  background-color: #F9C349 !important;
}

.btn-primary {
  background-color: #FFB100 !important;
  border-color: #FFB100 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #F9C349 !important;
  border-color: #F9C349 !important;
}

.bs-stepper .step-trigger {
	padding: 6px !important;
}

@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
	.bs-stepper-label{
		font-size: 12px;
	}
}

.competition-selected{
	background-color: #FFB100;
}

/*
#container-registrations{
	min-height: 400px;
}*/

#container{	
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.footer-registration{
	margin-left: 0 !important;	
}

