/*Remove UPS header*/
.ribbon {
display: none;
}

/*Page properties*/
body > main {
  background: rgb(245, 245, 245);
}
/*Needed because we create this class in the "WF - Shipping - Header" which is used on the Form*/
.imgHeader {
  display: none;
  /*    width:225px;
    margin: 0 0 10px 103px;
*/
}

/*Image on Guest Access Landing Page*/
.img1 {
  margin: 0 auto !important; /*Centers image*/
    width: 40%;
    padding-bottom: 1em;
}

/*Colored line under image*/
.hrLine {
  height: 10px;
  background: #592c82;
}

/*Properties around the Continue Button*/
.col {
  border-radius: 25px;
  border: 2px solid #000;
  padding-bottom: 30px;
  margin-top: 20px;
}

/*Button properties*/
#ContinueBtnId {
  background: #775299;
  border: 2px solid #592c82;
  border-radius: 0.33em;
  color: #fff;
  padding: 5px 12px;
  font-weight: 600;
}
#ContinueBtnId:hover {
  background: #592c82 !important;
}

footer.footer {
  font-family: system-ui;
  font-size: 12px;
  min-height: auto;
  background-color: #321c46;
}

/*footer links*/
body > div.page-layout > footer > div:nth-child(2) > a:nth-child(1),
body > div.page-layout > footer > div:nth-child(2) > a:nth-child(3),
body > div.page-layout > footer > div:nth-child(2) > a:nth-child(5),
body > div.page-layout > footer > div:nth-child(2) > a:nth-child(7) {
  color: #bbbaba;
}