@media only screen and (max-width: 600px){
.form-horizontal .control-label {
font-size: 40px;

}
	}

	@media only screen and (max-width: 600px){
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
font-size: 35px;
height: 80px;
width: 600px;
}
	}


@media only screen and (max-width: 600px){
.btn-default{
	font-size: 40px;
}}