.block-form {
	vertical-align: top;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 0;
}

.block-form-left {
	display: inline-block;
    text-align: left;
    vertical-align: middle;
	height: 535px;
    width: 466px;
	background: url(https://sale.madeindream.com/images/new/form-picture-new.png); 
    background-size: cover;
    background-position-x: 100%;
	margin-bottom:10px;
	margin-top:10px;
}

.block-form-right {
	display: inline-block;
    text-align: left;
	background-color: hsl(198.08deg 62.39% 54.12%);	
	vertical-align: middle;
	height: 650px;
    width: 466px;
	margin-bottom:10px;
	margin-top:10px;
}

.block-form-right h2 {
	color: white;
    font-size: 30px;
    text-align: left;
    margin-top: 15px;
	padding-left:10px;
	padding-right:10px;
}

.block-form-right p {
	color: white;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 50px;
    width: 350px;
}

.block-form-header {
	color: #000000;
	font-size: 35px;
    line-height: 40px;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-p {
	color: #000000;
	font-size: 16px;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-left a {
	font-size: 14px;
	color: gray;
    display: block;
    margin: 10px 15px 20px 10px;
}

.block-form-email {
	font-size: 20px;
    color: white;
    font-weight: 600;
    text-shadow: 0 0 18px black;
    margin: 55px 0px auto;
    display: block;
}

.button {
	display: block;
	width: 150px;
	height: 20px;
	background-color: #FF6A16;
	border-radius: 12px;
}

.button p {
	color: white;
	font-size: 16px;
}

.success {
	color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: 0 0 20px #000000;
}

#form_record {
	padding: 0;
    margin-top: 25px;
    margin-left: 80px;
    display: block;
    width: 300px;
}

#form_record label {
    margin: 14px 0 0 0px !important;
    display: block;
    font-size: 16px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.4px;
}

#send-form {
	background-color: hsl(7.8deg 91.74% 57.25%);
    width: 300px;
    height: 40px;
    margin-top: 18px;
    color: white;
    font-size: 27px;
    padding-bottom: 5px;
    letter-spacing: 0.6px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-shadow: 0 0 3px #5252529c;
    border: 0px;
    font-variant: all-petite-caps;
    font-family: 'Inter';
    text-transform: uppercase;
}

#form_record input {
	width: 300px;
    height: 28px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 8px;
}

#form_record select {
	width: 308px;
    height: 32px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 8px;
}

@media screen and (max-width: 479px) {
	
	.block-form-right {
		background-size: cover;
		height: 620px;
		width: 95%;
	}
	
	#form_record {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#send-form {
		margin-top: 10px;
	}
	
	.block-form-left {
		max-width: 95%;
		height: 250px;
	}
	
	.block-form-header {
		font-size: 25px;
		line-height: 25px;
	}
	
	.block-form-right h2 {
		color: white;
		font-size: 23px;
		line-height: 30px;
		text-align: left;
		margin-top: 15px;
		margin-bottom: -5px;
	}
	
	.block-form-right p {
		color: white;
		font-size: 16px;
		margin-top: 10px;
		margin-left: 20px;
		width: 330px;
	}
	
	#form_record input {
		width: 95%;
		height: 28px;
		border-radius: 6px;
		margin-top: 5px;
		margin-bottom: 8px;
	}
	
	#form_record select {
		width: 98%;
		height: 32px;
		border-radius: 6px;
		margin-top: 5px;
		margin-bottom: 8px;
	}
	
	#form_record label {
		margin: 11px 0 0 0px !important;
		display: block;
		font-size: 16px;
		color: white;
		font-weight: 600;
		letter-spacing: 0.4px;
	}
	
	
}