.form-group {
	position: relative
}

.form-group label {
	font-weight: 400;
	color: #222
}

.form-group.checkbox_questions label,
.form-group.radio_questions label {
	color: #555;
	font-weight: 400;
	cursor: pointer
}

.form-group.radio_questions label {
	border: 2px solid #e8ebed;
	display: block;
	padding: 15px 45px 15px 15px;
	box-sizing: content-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.form-group.radio_questions .iradio_square-yellow {
	position: absolute;
	top: 17px;
	right: 15px
}

.form-group.checkbox_questions .icheckbox_square-yellow {
	margin-right: 10px
}

.form-group.radio_questions label:hover {
	border: 2px solid #e25869
}

.form-group.select {
	margin-bottom: 30px
}
