.dialog-header {
  position: relative;

  button {
    cursor: pointer;

    position: absolute;
    right: 13px;

    margin: 0;
    padding: 0;

    background: none;
    border: none;
    outline: inherit;
  }
}

.dialog-content {
  max-width: 500px;
  font-size: 15px;
  line-height: normal !important;

  label {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-gray-888);
  }

  .qr-code-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .input-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;

    input {
      width: 60%;
      min-width: 100px;
      height: 34px;
      padding: 0 5px;

      font-size: 1rem;

      border: 1px solid var(--color-gray-888);
      border-radius: 3px;
      outline: none;

      &:focus {
        border-color: #3a80db;
      }
    }
  }

  .two-fa-qr-code {
    width: 300px;
    height: 300px;
  }
}

.cmf-dialog {
  padding-bottom: 38px;
}
