* {
  padding: 0;
}

body {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 2em;
  flex-direction: column;
}

hr {
  width: 85%;
}

.row {
  margin-bottom: 1em;
}

.row:last-child {
  margin-bottom: 0;
}

/* 3ds modal styles */
#bank-modal-wrapper {
  display: none;
  z-index: 99999;
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
}

#bank-modal-wrapper iframe {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#bank-modal-wrapper #bank-frame-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  margin-top: -240px;
  background: #FAFAFA;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
  border-radius: 6px;
  background: #FFF;
  color: #979797;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
}

#bank-modal-wrapper .modal-footer {
  display: block;
  background-color: transparent;
  height: 40px;
  text-align: center;
}

#bank-modal-wrapper #text-close {
  color: #979797;
  text-decoration: none;
}
