body {

}
img {
	max-width: 100%;
}
.column {
	display: flex;
	padding: 60px;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 12px;
    overflow: hidden;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.96);
}
.column-1 {
	width: 100%;
}
.content-landing {
	background-color: #2b3990;
	background-image: url('../img/empty-parking-lot-cp.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}
.overlay {
	display: flex;
	background: linear-gradient(90deg, rgba(43, 57, 144, 1) 0%, rgba(241, 90, 41, 1) 50%, rgba(237, 221, 83, 0) 100%);
    height: 100%;
    background: #ffffff;
	background: linear-gradient(45deg, rgba(43, 57, 144, .85) 30%, rgba(241, 90, 41, .5) 100%);
    color: white;
	padding: 60px;
	text-align: center;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, .6);
}
.logo img {
	width: 200px;
	height: auto;
}
.content-landing h1,
.content-landing h2,
.content-landing h3 {
	font-weight: 300;
	font-size: 24px;
    margin: 30px 0px 60px;
}

.bg-white-tr {
	color: #555;
	background-color: rgba(255, 255, 255, 1) !important;
}

.content-landing .btn-primary {
	background: linear-gradient(45deg, rgba(43, 57, 144, 1) 40%, rgba(241, 90, 41, 1) 100%);
    border: none !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
	.overlay {
        text-align: left;
	}
	.column {
		width: 50%;
	}
	.column-1 {
		width: 600px;
	}
}


@media only screen and (max-width: 480px) {
	.overlay {
		/* display: block; */
		padding: 30px;
        text-align: center;
		align-items: center;
	}
	.column {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.column-1 {
		width: 100%;
	}
	.content-landing h1,
	.content-landing h2,
	.content-landing h3 {
		font-size: 20px;
	}
}
