
body{
	height: 100%;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}

#bodi {
	background: url('../images/bg.png') no-repeat 50% 0;
    background-image: url('../images/bg.png');
    background-position-x: 50%;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	padding-top: 20px;
    margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
	
}

#header{
		display: inline-block;
		/* margin: 0 auto; */
		width: 700px;
		height: 90px;
		margin: 10px;
		border: 0px;
		padding: 10px;
		text-align: left;
}	
	
#main{
	margin: 0 auto;
	width: 700px;
	border: 10px  solid black;
	padding: 20px;
	background-color: white;
	text-align: left;
	color:black;	
}

#titlebar{
	margin: 0 auto;
	width: 740px;
	border: 10px  solid black;
	height: 30px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: black;
	text-align: center;
	font-family: Arial;
	color: white;
	font-size: 30px;
	font-weight: bold	
}	

#footer{
    width: 100%;
    margin: 0 auto;
    height: 150px;
    background: url('../images/footer-horizon.png') repeat-x -30% 0 #716F6A;
	font-size: 12px; 
	color: White; 
	text-align: center;	
}


p {
	font-family: Georgia, serif;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: black;
}
	
p.blktitle{
	font-family: Georgia, serif;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: black;
}

p.blklabel{
	font-family: Georgia, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

p.blkfooter{
	font-family: Georgia, serif;
	text-align: center;
	font-size: 10px;
	color: black;
}

p.pwforgot{
	font-family: Georgia, serif;
	text-align: center;
	font-size: 12px;
	color: black;
}



.button_a {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ed3330;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
}

.button_b {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.button_b:hover {background-color: #3e8e41}

.button_b:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button_c {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
}

.button_c:hover {background-color: #3e8e41}

.button_c:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#info{
	width: 700px;
    border: 1px white;
    padding: 1px;
    margin: 1px;
	background-color: white;
	text-align: left;
}

#submit{
	width: 700px;
    border: 1px white;
	padding: 1px;
    margin: 1px;
	background-color: white;
	text-align: center;
}

#results{
	width: 700px;
    border: 10px solid white;
    padding: 1px;
    margin: 1px;
	background-color: white;
	text-align: center;
}
	

.container {
  display: grid;
  grid-template-columns: repeat(13, minmax(0,1fr));
  grid-gap: 10px;
}

header {
  grid-column: 1 / 13;
  grid-row: 1;
}

labels {
  grid-column: 1 / 7;
  grid-row: 4;
  line-height: 1.6;
  text-align: right;
}

labels1 {
  grid-column: 1 /6;
  grid-row: 2;
  line-height: 1.6;
  text-align: right;
}

inputs {
  grid-column: 8 / 13;
  grid-row: 4;
  text-align: left;
}

inputs1 {
  grid-column: 7 / 13;
  grid-row: 2;
  text-align: left;
}

footer {
  grid-column: 1 / 13;
  grid-row: 3;
}
       
header,
footer {
  border-radius: 5px;
  padding: 10px;
  background-color: rgb(207,232,220);
  border: 2px solid rgb(79,185,227);
}