/* Custom CSS */

#merchant-agreement-main-complete {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100vh;
}

#merchant-agreement-main-complete i.fa {
  font-size: 4.8rem;
  color: green;
  margin-bottom: 20px;
}

#merchant-agreement-main-complete p {
  font-size: 2.4rem;
}

#merchant-agreement-main-complete p.thank-you {
  font-size: 3.2rem;
}