.registration-form_wrapper {
	margin-top: 40px;
	width: 100%;
}

.registration-form_wrapper .gform_heading {
	display: none !important;
}

/*.registration-form_wrapper .gform_validation_errors {
	display: none !important;
}*/

.registration-form_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 20px;
	border-radius: 0;
	height: 102px;
	padding: 30px;
	display: block;
	width: 100%;
	background: #fff;
	color: #1A1A24;
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	border: 1px solid #1A1A24;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
}

.registration-form_wrapper .gform_fields .gfield.floating-label {
	position: relative;
}

.registration-form_wrapper .gform_fields .gfield.floating-label .gfield_label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 102px;
	margin: 0;
	font-size: 20px;
	color: #2e2e38;
	pointer-events: none;
	font-weight: 200;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 1;
	padding: 10px 30px;
	transition: all 0.3s ease;
}

.registration-form_wrapper .gform_fields .gfield.floating-label.is-active .gfield_label,
.registration-form_wrapper .gform_fields .gfield.floating-label.is-filled .gfield_label {
	top: -18px;
	color: #C4C4CC;
	font-size: 16px;
}

.registration-form_wrapper .gform_fields .gfield.floating-label.is-active input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.registration-form_wrapper .gform_fields .gfield.floating-label.is-filled input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 51px 30px 25px;
}

.registration-form_wrapper .gform_footer {
	margin-top: 40px;
}

.registration-form_wrapper .gform_footer .gform_button.button {
	padding-right: 24px;
	padding-left: 24px;
	font-weight: 400 !important;
	min-height: 72px;
	max-height: 72px;
	height: 72px!important;
	border-radius: 0 !important;
	display: flex!important;
	font-size: 20px !important;
	min-width: 294px !important;
	transition: background .3s ease, color .3s ease, border .3s ease;
}

.registration-form_wrapper .gform_footer .gform_button.button:hover,
.registration-form_wrapper .gform_footer .gform_button.button:active,
.registration-form_wrapper .gform_footer .gform_button.button:focus {
	background-color: #fff !important;
	color: #2E2E38 !important;
}

.registration-form_wrapper .gform_footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gform_confirmation_message {
	margin: 20px !important;
	padding: 15px 32px !important;
	color: #fff!important;
	background: #458137!important;
}
