.excheckout-temp-password-holder {
  display: flex;
}

.excheckout-temp-password-holder .btn {
  white-space: nowrap;
}

.excheckout-temp-password-holder .btn.excheckout-temp-password-btn {
  border-left: 1px solid rgba(0, 0, 0, .12);
  text-transform: none !important;
}

.js-excheckout-temp-password-status {
  display: block;
  margin-top: 6px;
}

@media (max-width: 479px) {
  .excheckout-temp-password-holder {
    flex-direction: column;
  }

  .excheckout-temp-password-holder .btn {
    width: 100%;
  }
}
