body {
background-image: radial-gradient(circle at center center, transparent,rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 2px,transparent 2px, transparent 10px,rgb(33,33,33) 10px, rgb(33,33,33) 11px,transparent 11px, transparent 21px),repeating-linear-gradient(45deg, rgb(47,47,47) 0px, rgb(47,47,47) 4px,transparent 4px, transparent 8px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));	
	font-family: 'Poppins', sans-serif;
}

.details {
	background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    padding: 1.5625rem;
    margin-top: 20px;
}

.register {
	background: #efefef;
}

.register .btn {
	font-weight: 700;
}

.header-wrapper {
	background: #0B2241;
	padding: 10px 4px;
}

.img-toplogo {
}

h1 {
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 44px;
	margin-top: 10px;
}

h2 {
	text-align: center;
	color: #FF154A;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 20px;
}

h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 19px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	margin-bottom: 26px;
}

h6 {
	font-weight: 300;
	font-size: 13px;
	line-height: 19px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
	color: #000;
}

.vid-wrapper {
	max-width: 960px;
	margin:auto;
}

.register-box {
	color: #fff;
	background: #888;
	max-width: 960px;
	margin: auto;
	padding: 20px 30px 24px;
}

.register-box p {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
}

.register-box h4 {
	margin-top: 20px;	
	color: #16AFEA;
}

.thank-you p {
	text-align: left;
}

.btn-register {
	background: ;
	font-weight: 800;
	border: 1px solid #111;
	color: #fff;
	height: 52px;
	font-size: 26px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.16) ;
}

.btn-primary {
	background: #FF154A;
}

.footer-container {
	margin-top: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.footer-container p, .footer-container a {
	color: #fff;
}