

.wrap_form_screen {
    display: flex;
} 

.wrap_form_screen .wrap_form, 
.wrap_form_screen .wrap_img{
   flex:1;
   display: flex;
   align-items: center;
	justify-content: center;
}


.wrap_form_screen .wrap_img img{
    width: 100%;
	height: 100%;
	object-fit:cover;
}


.wrap_form_screen .wrap_img{
	margin-right:15px;
   
}



@media screen and (max-width: 576px){
	
		.wrap_form_screen .wrap_img{
			display:none;}	

							
}



