body.payment {
	padding: 0;
	margin: 0;
	height: 1920px;
	width: 1080px;
	background: url(/images/bg-pattern.png) repeat;
}
body.payment #header {
	color: white;
	display: flex;
	width: 1920px;
	height: 125px;
	background-color: var(--darker-blue);
	box-shadow: 0px 3px 6px #00000034; 
}
body.payment #header span.logo {
	/*background: var(--medium-blue);*/
	position: relative;
	z-index: 2;
}
body.payment #header span.logo img {
	display: block;
	height: 55px;
	margin: 35px 30px;
	position: relative;
}
body #header #currenttime {
	font-weight: 600;
	font-size: 24px;
	padding: 0 50px;
	/*background: var(--darker-blue) !important*/;
	font-family: "Figtree", sans-serif;
	text-align: right;
	align-self: center;
}
body #header #currenttime span:first-child {
	display: block;
	/*background: var(--darker-blue);*/
	color: white;
	font-weight: 300;
	font-size: 67px;
	line-height: 67px;
	font-family: "Figtree", sans-serif;
}
body #header #currenttime span:last-child {
	display: block;
	/*background: var(--darker-blue);*/
	color: white;
	font-size: 24px;
	line-height: 24px;
	font-family: "Figtree", sans-serif;
}
body.payment #main {
	position: relative;
}
body.payment #sidebar {
	box-sizing: border-box;
	width: 372px;
	height: 955px;
	padding: 45px 40px;
	float: left;
}
body.payment #main {
	box-sizing: border-box;
	margin-left: 372px;
	width: 1548px;
	height: 955px;
}
body.payment #main #payment {
	margin: 45px auto 0 155px;
	padding: 30px;
	width: 680px;
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-standard);
	transition: var(--default-transition);
}
body.payment #main #payment h1 {
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	/*font-family: "Ingra", sans-serif;*/
}
body.payment #main #payment p {
	margin: 0;
	color: var(--dark-gray);
	font-size: 22px;
}
body.payment #main #payment p.label {
	color: var(--medium-gray);
}
body.payment #main #payment p.status {
	height: 50px;
	line-height: 50px;
	margin: 50px 0;
	text-align: center;
	font-size: 50px;
	color: var(--green);
}
body.payment #main #payment div.ccmachine {
	height: 500px;
}
