        body
		{
			font-family: 'Titillium Web', sans-serif;
			font-size: 18px;
			line-height: 36px;
		}
		
		.endoflease2 {
			font-size: 24px;
			font-weight: bold;
			}
			body#page-top {
			max-width: 1000px;
			margin: auto;
		}
		
		.t-c-submit {
			background-color: #00b8d4;
			color: #fff;
			border: none;
			padding: 10px 30px;
			border-radius: 4px;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: 600;
			font-family: 'Titillium Web', sans-serif;
			-webkit-appearance: none;
			border-radius: 0;
		}

		.t-n-c {
			font-size: 24px;
			font-weight: bold;
			padding: 20px 0px 0px 0px;
		}

		.t-n-c input[type="checkbox"] {
			width: 20px;
			height: 20px;
			position: relative;
			top: 1px;
		}
		
	.terms_text {
		max-width:1000px;
		height:78vh;
		overflow: auto;
		margin: auto;
		padding: 20px;
		background-color:#f5f5f5;
		-webkit-overflow-scrolling: touch;
    }
	.terms_text_footer {
		background-color: #dadada;
		padding: 10px 30px 30px 30px;
	}
		.error_msg
		{
		color: #ff0000;
		font-size:16px;
		font-weight: 600;
		width: 100%;
		display: inherit;
		padding-bottom: 5px;
		}
		
		.scc_msg{
			color: #3a6d3a;
			font-size: 20px;
			padding: 102px;
		}
		.scrollTop {
			position: fixed;
			right: 10%;
			bottom: 10px;
			padding: 20px;
			opacity: 0;
			transition: all 0.4s ease-in-out 0s;
		}

		.scrollTop a {
			font-size: 18px;
			color: #fff;
		}


		@media screen and (max-width:767px) {
		  .terms_text { height:70vh; -webkit-overflow-scrolling: touch;}
		  .terms_text_footer { padding: 0px 30px 20px 30px;}
		}
	
	.jumbotron { padding:0px!important;}
	.jumbotron.text-xs-center {
		background-color: inherit;
		text-align: center;
		position: relative;
		height:100vh;
		width:100%;
	}
	.jumbotron-inner {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width:100%;
	}
	.lead {
		font-size:16px!important;
		font-weight: normal!important;
		color: #9c9a9a;
	} 