.custom-footer {
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
color:#fff;
width:100% !important;
padding: 20px 0 20px;
position: relative;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxODclIiB5MT0iMTAwJSIgeDI9Ii04NyUiIHkyPSIwJSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjUxNTEiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNyZWN0YW5nbGUpIiAvPjwvc3ZnPg==);
background: -moz-linear-gradient(160deg, #000000 0, #4f5151 100%);
background: -o-linear-gradient(160deg, #000000 0, #4f5151 100%);
background: -webkit-linear-gradient(160deg, #000000 0, #4f5151 100%);
background: linear-gradient(290deg, #000000 0, #4f5151 100%);
}

@media only screen and (max-width: 992px) {
	#pvc-custom-login-image, #pvc_custom_extra_div{
		display:none;
	}
	#pvc-custom-phone, #pvc-custom-order{
		text-align:center;
	}
}

@media only screen and (min-width: 992px) {
	.container{
	width:100%;
	padding:0px;
	margin:0px;
	max-width:none;
	background: url(images/ellipse.png) no-repeat center 0;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	.pvc-main-login-div > .col-lg-4{
	max-width:90% !important;
	width:90% !important;
	flex: 0 0 80% !important;
	}

	#custom_container > .justify-content-center {
	justify-content: none !important;
	}
	#pvc-custom-phone{
		text-align:right;
	}
}