.logo img {
	padding-left: 15px;
    height: 55px;
}

#cardDefinition {
    position: absolute;
    top: -20px;
    right: 0;
}

.bg-white {
	background-color: #fefefe !important;
}
.text-black{
	color: #050b0d !important;
}
.globalContent {
	position: relative;
	overflow: hidden;
}
.gradientBackground {
	background: #3a758a;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
	background: -webkit-gradient(linear, left top, right top, from(#777bf8), color-stop(200%, #68d4f8));
	background: linear-gradient(90deg, #777bf8, #68d4f8 200%);
	z-index: -1;
	top: 250px;
}
.menu-link {
	color: #32325d;
	transition: color .1s ease;
}
.headings .lead {
	color: #6b7c93;
}
.stripes-container {
	bottom: -108px;
}
.stripes-container {
	bottom: -90px;
}
.stripes-container {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -52px;
	top: 42%;
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(200%, #68d4f8));;
	-webkit-transform: skewY(-12deg);
	transform: skewY(-12deg);
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	will-change: transform;
	height: 100%;
	z-index: -1;
}
.display-4.welcomeMsg {
	font-size: 2rem;
	font-weight: 700;
}
body .gradient-background {
	overflow: visible;
}
.form-container {
	border-radius: 4px;
	-webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 30px;
}
.form-container .col-form-label {
	color: #212529;
}
#paymentButton {
	white-space: nowrap;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #6772e5;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	color: #fff;
	background: #3a7288;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}
.info-area {
	color: #d6ecff;
}
.form-control {
	background: #f4f5fb;
	border: 1px solid #ececec;
	outline:none;
}
.form-control:focus {
	box-shadow:none;
}
.stripe.s2 {
	background: url("assets/img/dots-left.svg");
	height: 350px;
	background-repeat: no-repeat;
	width: 200px;
	position: absolute;
	top: 150px;
}
.stripe.s1 {
	background: url("assets/img/dots-right-dark.svg");
	height: 550px;
	background-repeat: no-repeat;
	width: 200px;
	position: absolute;
	top: 15px;
	right: 0;
	background-position: right;
	z-index: 5;
}
.text-purple {
	color: #7584f8!important;
}
.text-gray {
	color: #6b7c93;
}
.side-area {
	padding-top: 150px;
}
.warning{
	border:1px solid orange;
	background:white;
}
.warning:after{
	content:"→";
    display: inline-block;
	width:40px;
	height:40px;
	background:red;
	position:absolute;
}
.cvvPopup{
    position: absolute;
    top: 9px;
    right: 15px;
    color: #ffffff;
    background: #67d2f6;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
	font-weight: bold;
    font-size: 10px;
}
.cvvPopup:hover{
	text-decoration:none;
	color:white;
}
.warningIcon{
    position: absolute;
    top: 9px;
    right: 25px;
    color: #ffffff;
    background: orange;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
	font-weight: bold;
    font-size: 10px;
	display:none;
}
.popup {
    position: absolute;
    left: 10px;
    top: 15px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px;
	-webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
	z-index:50;
	background:white;
	display:none;
	
}
.popup .close {
	font-size:45px;
	color: #747af0;
}
@media only screen and (max-width:576px) {
	.display-4.welcomeMsg {
		font-size: 1.4rem;
	}
	.headings {
		text-align: center;
	}
	.headings .lead {
		font-size: 1rem;
	}
	.stripe.s1 {
		z-index: auto;
		top: 120px;
		opacity: 0.20;
	}
	.stripes-container {
		top: 23%;
	}
	.form-wrap {
		margin-left: 7px;
		margin-right: 7px;
	}
	.form-container {
		padding: 15px;
	}
	.form-control {
		background: white;
		border: none;
		border-bottom: 1px solid #e4e4e4;
		border-radius: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
	.warning {
	border:none;
    border-bottom: 1px solid orange;
    }
	.warningIcon {
		right:10px;
	}
	.cvvPopup{
	 top:38px;
	}
	.form-container .col-form-label {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 0.7rem;
	}
	.form-control-wrapper {
		padding: 0;
	}
	.side-area {
		padding-top: 40px;
	}
	.navSection {
		padding: 0 25px;
		top: -10px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		position: relative;
	}
	.navSection h2:after, .navSection h2:before {
		width: 18px;
		height: 2px;
	}
	.navSection h2 {
		font-size: 0;
		left: 13px;
		top: 23px;
	}
	.navSection h2, .navSection h2:after, .navSection h2:before {
		position: absolute;
		width: 24px;
		height: 3px;
		border-radius: 1px;
		background: black;
	}
	.navSection h2, .navSection h2:after, .navSection h2:before {
		width: 18px;
		height: 2px;
	}
	.navSection h2:after {
		top: 7px;
	}
	.navSection h2:before {
		top: -7px;
	}
	.navSection h2:after, .navSection h2:before {
		content: "";
		left: 0;
	}
}
@media only screen and (min-width:768px) {
	.stripes-container {
		top: 35%;
	}
	.side-area {
		padding-top: 180px;
	}
	.stripe.s1 {
		top: 155px;
		z-index: auto;
	}
	.side-area {
		padding-top: 100px;
	}
}
@media only screen and (min-width:992px) {
	.stripes-container {
		top: 38%;
	}
	.stripe.s1 {
    top: 25px;
    z-index: auto;
    }
}
@media only screen and (min-width:1200px) {
	.stripes-container {
		top: 30%;
	}
	.side-area {
		padding-top: 80px;
	}
}
@media only screen and (min-width:1400px) {}