/* XEROX - 05.12.2026 */

/*Remove the UPS Banner*/
body > header {
  display: none;
}

body > main > div.container > div.mt-2 {
margin-top: 12%!important;
}

/*Image properties*/
.img1 {
  margin: 0 auto !important; /*Centers image*/
  width: 350px;
}

/*Colored line under image*/
.hrLine {
  height: 10px;
  background-color: #D72233;
}

/*Properties around the Continue Button*/
.col {
  border-radius: 25px;
  border: 2px solid #D72233;
  padding-bottom: 30px;
  margin-top: 20px;
}

/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #D72233 !important;
  font-size: 0px;
  border: 1px solid #D72233 !important;
  outline: none;
  margin-top: 25px; /* Used because we hide the text above the button */
}

/*Change the text on the button*/
#ContinueBtnId:after {
  font-size: 16px !important;
  color: #fff;
  content: "Click to Continue";
}

/*Properties of text above the button*/
body > main > div.container > div.row > div.col > h3 {
display:none;  
/* color: #D72233; */
}

/*Background within border*/
/* body > main > div.container > div.row > div.col {
  background: #a4b9d6 !important;
} */

/*Footer properties*/
.footer {
  background: #EBEBEB !important;
  color: #000 !important;
  font-size: 12px !important;
}
/* Links */
body > footer > div:nth-child(2) > a:nth-child(1),
body > footer > div:nth-child(2) > a:nth-child(3),
body > footer > div:nth-child(2) > a:nth-child(5),
body > footer > div:nth-child(2) > a:nth-child(7) {
  color: #000
}

body > footer > div:nth-child(2) > a:nth-child(1):hover,
body > footer > div:nth-child(2) > a:nth-child(3):hover,
body > footer > div:nth-child(2) > a:nth-child(5):hover,
body > footer > div:nth-child(2) > a:nth-child(7):hover {
  color: #000
}
