span.form-control-feedback {
    font-size: 75%;
}

.geek-form.top-label .control-group .control-label {
	  font-size: 115%
	  
}

.geek-form .control-group {
   padding: 2rem 0 2rem;
}
.geek-form button.btn.btn-primary {
    font-size: 150%;
	    margin: 2rem auto;
}
.geek-form .form-actions {
    text-align: center;
}
.geek-form input[type="radio"] {
    scale: 1.5;
}