.dastra-wrap {
  font-family: 'Segoe UI' ,Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position:absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  margin:0;
}

.dastra-modal {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  width: 66.13%;
  max-width: 540px;
  margin: 45px auto 2rem;
  padding: 2rem 2rem 1.5rem;
  border-radius: .25rem;
  box-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.dastra-modal .dastra-button {
  border: 0 none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px 15px;
  cursor: pointer;
  display: inline-block;
  border-radius: .25rem;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.dastra-modal .dastra-button.dastra-success {
  color: #fff;
  background: #1AB586;
  text-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.dastra-modal .dastra-button.dastra {
  color: #fff;
  background: #E7630A;
  text-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.dastra-modal .dastra-button.dastra-neutral {
  color: #E7630A;
  border: 1px solid #E0E0E0;
  background: #EEEEEE;
}

.dastra-title {
  color: #2E4058;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.dastra-subtitle {
  color: #084887;
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0 26px;
}

.dastra-subtitle {
  color: #555459;
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0 26px;
}

.dastra-notice {
  font-size: 14px;
  margin: 12px 0 26px;
}