﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ul li {
	
	margin-left: 50px;
	margin-bottom: 20px
}

#mainBody {
	width: 100%;
	text-align: center;
	display: flex;

}

header {
	margin-bottom: 10px;
}

.big-banner {
	width: auto;
	height: 200px;
	padding-left: 130px;
	padding-right: 150px;
	
}

.container {
	width: 100%;
	text-align:center;
}

.main-content {
	width: 100%;
	text-align: left;
	font-size: 18px;

}

.welcome-box {
	border: 1px solid black;
	width:100%;
	padding: 5px; 
	margin-bottom: 10px;
	align-content:center;
}

.welcome-one {
	margin-bottom: 10px;
	padding-top: 10px;
}


.step-heading {
	font-weight: bold;
}

.sub-ul {
	margin-left: 70px;
	
}

.sub-ul li {
	list-style-type: circle;
}

.deadline {
	color: red;
}

ol li {
	list-style-position: inside;
	margin-left: 50px;
	list-style-type: decimal;
}

#form1 {
	margin-top: 30px;
}

.pw-text-box {
	margin-left: 35px;
	
}

.text-box {
	width: 500px;
}

#form1 p {
	margin-bottom: 30px;
}


.forgot-password-label {
	margin-top: 40px;
}

.footer {
	text-align: left;

	margin: 10px 0;
}

footer p {
	margin: 20px 0;
	font-weight: 600;
}



.bolder {
	font-weight: bold;
	color: #DF6D27
}