.form_box {
	width: 100%;
	padding: 30px 0 100px;
}

.form_box .content_form {
	width: 90%;
	margin: 0 auto;
}

.form_box .content_form .flex {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 60px;
	gap: 30px 0;
}
.form_box .content_form .flex.nomargin {
	margin-top: 0px;
}

.content_form .input_unit .my_left.my_column {
	width: 100% !important;
	padding: 0 !important;
	text-align: left;
}

.content_form .input_unit .my_left.my_column label {
	font-size: 38px;
}

form.myForm .required .my_column.my_left label:first-child:after {
    width: auto !important;
    height: auto !important;
    margin-left: 20px !important;
    margin-right: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	font-size: 28px !important;
    font-weight: 400 !important;
}

.content_form .input_unit .my_right.my_column {
	width: 100% !important;
	padding: 0 !important;
}

.content_form .input_unit .my_right.my_column input {
	width: 100% !important;
	background-color: #fff !important;
	padding: 40px 20px !important;
	border-radius: 5px !important;
	font-size: 32px;
}

form.myForm div.submit {
	margin-top: 70px !important;
}

form.myForm div.submit input {
	width: 100%;
	outline: none;
	border: none;
	background-color: #039944;
	color: #fff;
	border-radius: 10px;
    font-weight: bold;
    font-size: 48px;
    padding: 30px 0;
    box-shadow: inset -10px -25px 25px rgba(0, 0, 0, .16);
	cursor: pointer;
}


.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}

.mt-m160 {
	margin-top: -160px;
}
.mt-m500 {
	margin-top: -500px;
}
.mt-m95 {
	margin-top: -95px;
}
.mt-m60 {
	margin-top: -60px;
}
.mt-m36 {
	margin-top: -36px;
}
.mt-m120 {
	margin-top: -120px;
}
.mt-m130 {
	margin-top: -130px;
}
.mt-m40 {
	margin-top: -40px;
}
.mt-m50 {
	margin-top: -50px;
}

.mb-80 {
	margin-bottom: 80px;
}

.w-95 {
	width: 95%;
}
.w-90 {
	width: 90%;
}
.w-85 {
	width: 85%;
}
.w-324 {
	width: 324px;
}
.w-622 {
	width: 622px;
}

.bg-gray {
	background-color: #F5F5F5;
	padding: 50px 0 0;
}

.z1 {
	margin-top: -50px;
    z-index: -1;
    position: relative;
}
.z2 {
	margin-top: -300px;
    z-index: -1;
    position: relative;
}
.z3 {
	margin-top: -190px;
    z-index: 1;
    position: relative;
}
.z4 {
    z-index: 5;
    position: relative;
}

footer {
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 30px;
	margin-top: 0px;
}

footer p {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}


.red-back {
	background-color: #AA292E;
}


@media only screen and (max-width: 800px) {
	.my_left {
		margin: 0 !important;
	}
}