body > header {
display:none;
}

/*Image properties*/
.banner {
margin-top:10px;
}

/*Image properties*/
.img1 {
    margin: 5px auto !important; /*Centers image*/
    width: 550px;
}


.hrLine  {
height: 10px;
background-color: #22304b;
}

.col {
  border-radius: 25px;
  border: 2px solid #22304b;
  padding-bottom: 30px;
  margin-top: 20px;
}
/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #22304b !important;
  font-size: 0px;
  border: 1px solid #22304b !important;
  outline: none;
}

#ContinueBtnId:after {
  font-size: 14px !important;
  color: white;
  content: "Click to Continue";
}

body > main > div.container > div.row > div.col > h3 {
color: ##22304b;
}

/*Background within border*/
body > main > div.container > div.row > div.col {
  background: #FFF !important;
}

.footer {
  background-color: #22304b!important;
  font-size: 12px !important;
}
