create-object {
  display: block;

  label {
    text-align: right;
    width: 100px;
    margin-top: 5px;
  }

  .form-group {
    display: flex;
  }

  .label-two {
    width: 42px;
  }

  .form-control {
    margin-left: 6px;
    flex: 1;
  }

  .btn-bottom {
    width: 350px;
    margin: 30px auto;
    text-align: center;

    input[type='button'],
    input[type='submit'] {
      width: 100px;
    }
  }
}
