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

.block-form-left {
	display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 45%;
}

.block-form-right {
	display: inline-block;
    text-align: center;
	background: url(https://newyear2022.madeindream.com/images/new/form-picture.png); 
	background-size: contain;
	vertical-align: middle;
	height: 249px;
    width: 466px;
}

.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;
}

#form6 {
	padding: 0;
    margin-top: 70px;
    margin-left: 80px;
    display: block;
    width: 300px;
    text-align: center;
}

#form6 label {
    margin: 16px 0 0 0px;
    display: block;
    text-align: center !important;
    font-size: 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-shadow: 0 0 11px #1a1a1a;
}

#send-form {
	background-color: #fd802e;
    width: 200px;
    height: 40px;
    margin-top: 8px;
    color: white;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    text-shadow: 0 0 3px #5252529c;
	border: 0px;
}

#form6 input {
	width: 250px;
    height: 25px;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
	border: 2px solid #000000 !important;
}

@media screen and (max-width: 479px) {
	
	.block-form-right {
		background-size: cover;
		height: 160px;
		width: 95%;
	}
	
	#form6 {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#send-form {
		margin-top: 0px;
	}
	
	.block-form-left {
		max-width: 95%;
	}
	
	.block-form-header {
		font-size: 25px;
		line-height: 25px;
	}
}