/*
 * CUSTOM CSS STYLES
 */
 
h4 { color:#337AB7; border-bottom:4px double #337AB7; } 
 
#logo { margin:25px 0 0 25px; }

#logo-small { margin:5px 0 0 25px; width:40%; }

.clear { clear:both; }

.floatright { float:right; }

label span { font-size:18px; color: #CC2228; }

.form-group { margin-bottom:35px; }

.form-group label em { font-weight:normal; }

#qa, #registration_text, #domain_restriction, #email_restriction { display:none; }

div.form-group.future-use { opacity:.33; }

label[for="restriction_method_none"], 
label[for="restriction_method_domain"], 
label[for="restriction_method_email"] {
	font-weight:normal;
}


/* MEDIA QUERIES */

@media (max-width: 1298px) {
	
	.hide-on-mobile { display:none; }

}

@media (max-width: 767px) {
	
	.navbar-right { display:none !important; }
	
	#logo-small { margin:15px 0 15px 25px; width:33%; }	
	
}