.field-group {
	width: 100%;
}
.w-25 {
	width: 25% !important
}

.w-30 {
	width: 30% !important
}

.w-40 {
	width: 40% !important
}
.w-50 {
	width: 50% !important
}

.w-60 {
	width: 60% !important
}
.w-70 {
	width: 70% !important
}
.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.page_success {
	display: none;
}

@media (max-width: 600px) { 
	.input-group {
		display: block;
	}
	.input-group .field-group {
		width: 100% !important;
	}
}