body {
  background-color: #F7F7F8;
  padding: 10px;
}

.main-container {
  padding: 0 0 50px 0;
  border: 1px solid #D5D5DD;
  max-width: 800px;
  background-color: #fff;
  min-height: 97vh;
}

.container-logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: 5px solid #567568;
}

.container-logo img {
  width: 64px;
}

.container-header {
  text-align: center;
  margin: 30px auto 20px auto;
}

.container-header h1 {
  font-weight: 400;
  color: #567568;
}

.form-container {
  display: block;
  max-width: 600px;
  padding: 30px 10px;
  border: 1px solid #D5D5DD;
  background-color: #fff;
}


.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: #567568;
  border-color: #567568;
}


.form-check-label {
  margin-left: 10px;
}

.btnWallet {
  display: block;
  margin: 40px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  width: 100%;
}

.btnWallet img {
  height: 56px;
  width: auto;
}

.container-btn-terms {
  border: 1px solid #D5D5DD;
  border-radius: 5px;
}

.container-btn-terms .card {
  border: none;
  border-top: 1px solid #D5D5DD;
  border-radius: 0;
}

.btn-terms {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  color: #212529;

}


/*Confirmation page*/

.container-header p{
    margin: 0 auto;
    width: 75%;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 26px;
}

.container-body {
    text-align: center;
    margin: 20px auto 20px auto;
}

#wallet_icon {
    width: 100px;
}

.wallet_icon_text {
    font-weight: bold;
    margin: 8px 0;
}

.wallet_icon_text2 {
    text-align: center;
    width: 75%;
    margin: 8px auto;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 24px;
}

.container-button {
    text-align: center;
    padding: 10px 0;
}

.btnOpenWallet {
    display: block;
    width: 175px;
    margin: 5px auto;
    text-align: center;
    padding: 15px 0;
    border: none;
    background-color: #567568;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
}

.container-footer {
    text-align: center;
    margin: 20px auto 20px auto;
}

.footerText {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.footerLink {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
    text-underline-offset: 2px;
    margin: 0;
}



@media screen and (max-width: 600px) {
  .form-container {
    width: 90%;
    max-width: 600px;
  }
}