.col {
  border: 2px solid #81d8d0;
  padding-bottom: 30px;
 font-family: sans-serif !important;
 font-style: normal !important;
}

.mt-4{
  font-size: 16px !important;
font-family: sans-serif !important;
 font-style: normal !important;
color: #000;
letter-spacing: 0.09em;
font-weight: 400;
}

/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #81d8d0 !important;
  font-size: 0px;
  border: 1px solid white !important;
  outline: none;
}

#ContinueBtnId:after {
  font-size: 14px !important;
  color: white;
  content: "Click to Continue";
font-family: sans-serif !important;
 font-style: normal !important;
letter-spacing: 0.09em;
font-weight: 400;
}

.footer {
  background-color: #81d8d0 !important;
  font-size: 12px !important;
font-family: sans-serif !important;
letter-spacing: 0.07em;
}