/*********************************/
/**      REGISTER MODAL          */
/*********************************/

#register-to-challenge-modal .modal-content {
	text-align: center;
}

#register-to-challenge-modal .modal-content a {
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-right-block {
	border-left: 1px solid #e5e5e5;
}

#register-to-challenge-modal .already-registered-confirmation {
	margin-top: 5px;
	margin-bottom: 10px;
}

#register-to-challenge-modal .already-registered-confirmation label {
	font-weight: normal;
}

@media(min-width: 991px) {
	#register-to-challenge-modal .modal-body .modal-section .modal-section-text {
		height:95px;
	}
	#register-to-challenge-modal .modal-body h3 {
		height: 55px;
	}
}

@media(max-width: 991px) {
	.modal-right-block {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
	}
}